Html Css Color HEX #6C66CA Slate Blue

📋 copy color: '#6C66CA'

red 108 ◦ green 102 ◦ blue 202

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

Shades of Slate Blue #6C66CA

Tints of Slate Blue #6C66CA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.76%

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 26.21%
G = 24.76%
B = 49.03%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C66CA (or 0x6C66CA) is known color: Slate Blue. HEX triplet: 6C, 66 and CA. RGB value is (108,102,202). Sum of RGB (Red+Green+Blue) = 108+102+202=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C66CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C66CA is #939935. Grayscale: #727272. Windows color (decimal): -9673014 or 13264492. OLE color: 13264492.

HSL color Cylindrical-coordinate representation of color #6C66CA: hue angle of 243.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C66CA is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 102 202 -
CMYK 0.47 0.50 0 0.21
HSL 243.6º 0.49% 0.6% -
HSV(B) 243.6º 0.5% 0.79% -
XYZ 21.6 16.96 58.01 -
YUV 115.19 176.99 122.87 -
System Red Green Blue C M Y K H S L
Decimal 108 102 202 0.47 0.50 0 0.21 243.6 0.49 0.6
Hex 6C 66 CA 2F 32 0 15 F4 31 3C
Octal 154 146 312 57 62 0 25 364 61 74
Binary 1101100 1100110 11001010 101111 110010 0 10101 11110100 110001 111100

Color Harmonies of #6C66CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C66CA

Black with #6C66CA

Text Example


Text Example

White with #6C66CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,102,202); }

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

background-color css

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

 a { background-color: rgb(108,102,202); }

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

border-color css

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

 span { border-color: rgb(108,102,202); }

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