Color Hex Logo

#6568ca Color Hex

#6568CA
(101,104,202)
0 Favorites   0 Comments

Color spaces of #6568ca

RGB 101104202
HSL0.660.490.59
HSV238°50°79°
CMYK 0.500.490.00   0.21
XYZ20.977816.931658.0396
Yxy16.93160.21860.1765
Hunter Lab41.148018.9926-54.8254
CIE-Lab48.173725.5539-51.5185

#6568ca color RGB value is (101,104,202).

#6568ca hex color red value is 101, green value is 104 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6568ca hue: 0.66 , saturation: 0.49 and the lightness value of 6568ca is 0.59.

The process color (four color CMYK) of #6568ca color hex is 0.50, 0.49, 0.00, 0.21. Web safe color of #6568ca is #6666cc. Color #6568ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 01101000 11001010
Octal 145 150 312
Decimal 101 104 202
Hex 65 68 CA

RGB Percentages of Color #6568ca

%24.82
%25.55
%49.63

CMYK Percentages of Color #6568ca

%50
%49
%0
%21

Triadic Colors of #6568ca

#6568ca #ca6568 #68ca65

Analogous Colors of #6568ca

#6568ca #9565ca #659bca

Monochromatic Colors of #6568ca

#6568ca

Complementary Color

#6568ca #cac765

#6568ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6568ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6568ca Color CSS Codes

.mybgcolor {background-color:#6568ca; } 
.myforecolor {color:#6568ca; }
.mybordercolor {border:3px solid #6568ca; }

#6568ca Text Font Color

<p style="color:#6568ca">Text here</p>

This sample text font color is #6568ca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6568ca Background Color

<div style="background-color:#6568ca">
Div content here</div>

This div background color is #6568ca


#6568ca Border Color

<div style="border:3px solid #6568ca">
Div here</div>

This div border color is #6568ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,104,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6568ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6568ca;
  -webkit-box-shadow: 1px 1px 3px 2px #6568ca;
  box-shadow:         1px 1px 3px 2px #6568ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,104,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6568ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6568ca;
  -webkit-box-shadow: 1px 1px 3px 2px #6568ca;
  box-shadow:         1px 1px 3px 2px #6568ca;">
Div content here</div>

This div box has shadow with color #6568ca


Comments

No comments written yet.

Please login to write comment.