Html Css Color HEX #6C64CC Slate Blue

📋 copy color: '#6C64CC'

red 108 ◦ green 100 ◦ blue 204

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

Shades of Slate Blue #6C64CC

Tints of Slate Blue #6C64CC

RGB

 RED value IS 108 (42.58% from 255) = 26.21%

 GREEN value IS 100 (39.45% from 255) = 24.27%

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 26.21%
G = 24.27%
B = 49.51%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C64CC (or 0x6C64CC) is known color: Slate Blue. HEX triplet: 6C, 64 and CC. RGB value is (108,100,204). Sum of RGB (Red+Green+Blue) = 108+100+204=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C64CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C64CC is #939B33. Grayscale: #717171. Windows color (decimal): -9673524 or 13395052. OLE color: 13395052.

HSL color Cylindrical-coordinate representation of color #6C64CC: hue angle of 244.62º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C64CC is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 100 204 -
CMYK 0.47 0.51 0 0.2
HSL 244.62º 0.5% 0.6% -
HSV(B) 244.62º 0.51% 0.8% -
XYZ 21.64 16.66 59.2 -
YUV 114.25 178.65 123.54 -
System Red Green Blue C M Y K H S L
Decimal 108 100 204 0.47 0.51 0 0.2 244.62 0.5 0.6
Hex 6C 64 CC 2F 33 0 14 F5 32 3C
Octal 154 144 314 57 63 0 24 365 62 74
Binary 1101100 1100100 11001100 101111 110011 0 10100 11110101 110010 111100

Color Harmonies of #6C64CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C64CC

Black with #6C64CC

Text Example


Text Example

White with #6C64CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C64CC; }

 p { color: rgb(108,100,204); }

 H1.HeaderClassName
 {
   color: #6C64CC;
 }
 .AnyTagClassName
 {
   color: #6C64CC;
 }
</style>

background-color css

<style>
 a { background-color: #6C64CC; }

 a { background-color: rgb(108,100,204); }

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

border-color css

<style>
 span { border-color: #6C64CC; }

 span { border-color: rgb(108,100,204); }

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