Html Css Color HEX #6666CA Slate Blue

📋 copy color: '#6666CA'

red 102 ◦ green 102 ◦ blue 202

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

Shades of Slate Blue #6666CA

Tints of Slate Blue #6666CA

RGB

 RED value IS 102 (40.23% from 255) = 25.12%

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

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

R = 25.12%
G = 25.12%
B = 49.75%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6666CA (or 0x6666CA) is known color: Slate Blue. HEX triplet: 66, 66 and CA. RGB value is (102,102,202). Sum of RGB (Red+Green+Blue) = 102+102+202=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #6666CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6666CA is #999935. Grayscale: #717171. Windows color (decimal): -10066230 or 13264486. OLE color: 13264486.

HSL color Cylindrical-coordinate representation of color #6666CA: hue angle of 240º 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 #6666CA is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 102 202 -
CMYK 0.50 0.50 0 0.21
HSL 240º 0.49% 0.6% -
HSV(B) 240º 0.5% 0.79% -
XYZ 20.89 16.59 57.98 -
YUV 113.4 178 119.87 -
System Red Green Blue C M Y K H S L
Decimal 102 102 202 0.50 0.50 0 0.21 240 0.49 0.6
Hex 66 66 CA 32 32 0 15 F0 31 3C
Octal 146 146 312 62 62 0 25 360 61 74
Binary 1100110 1100110 11001010 110010 110010 0 10101 11110000 110001 111100

Color Harmonies of #6666CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6666CA

Black with #6666CA

Text Example


Text Example

White with #6666CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6666CA; }

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

 H1.HeaderClassName
 {
   color: #6666CA;
 }
 .AnyTagClassName
 {
   color: #6666CA;
 }
</style>

background-color css

<style>
 a { background-color: #6666CA; }

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

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

border-color css

<style>
 span { border-color: #6666CA; }

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

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