Html Css Color HEX #6568CE Slate Blue

📋 copy color: '#6568CE'

red 101 ◦ green 104 ◦ blue 206

#6568CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6568CE

Tints of Slate Blue #6568CE

RGB

 RED value IS 101 (39.84% from 255) = 24.57%

 GREEN value IS 104 (41.02% from 255) = 25.3%

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 24.57%
G = 25.3%
B = 50.12%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6568CE (or 0x6568CE) is known color: Slate Blue. HEX triplet: 65, 68 and CE. RGB value is (101,104,206). Sum of RGB (Red+Green+Blue) = 101+104+206=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 104 (41.02% from 255 or 25.30% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #6568CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6568CE is #9A9731. Grayscale: #727272. Windows color (decimal): -10131250 or 13527141. OLE color: 13527141.

HSL color Cylindrical-coordinate representation of color #6568CE: hue angle of 238.29º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6568CE is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 104 206 -
CMYK 0.51 0.50 0 0.19
HSL 238.29º 0.52% 0.6% -
HSV(B) 238.29º 0.51% 0.81% -
XYZ 21.46 17.12 60.57 -
YUV 114.73 179.51 118.21 -
System Red Green Blue C M Y K H S L
Decimal 101 104 206 0.51 0.50 0 0.19 238.29 0.52 0.6
Hex 65 68 CE 33 32 0 13 EE 34 3C
Octal 145 150 316 63 62 0 23 356 64 74
Binary 1100101 1101000 11001110 110011 110010 0 10011 11101110 110100 111100

Color Harmonies of #6568CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6568CE

Black with #6568CE

Text Example


Text Example

White with #6568CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6568CE; }

 p { color: rgb(101,104,206); }

 H1.HeaderClassName
 {
   color: #6568CE;
 }
 .AnyTagClassName
 {
   color: #6568CE;
 }
</style>

background-color css

<style>
 a { background-color: #6568CE; }

 a { background-color: rgb(101,104,206); }

 div.DivClassName
 {
   background-color: #6568CE;
 }
 .BgClassName
 {
   background-color: #6568CE;
 }
</style>

border-color css

<style>
 span { border-color: #6568CE; }

 span { border-color: rgb(101,104,206); }

 td.TdClassName
 {
   border-color: #6568CE;
 }
 .TagClassName
 {
   border-color: #6568CE;
 }
</style>