Html Css Color HEX #6662CC Slate Blue

📋 copy color: '#6662CC'

red 102 ◦ green 98 ◦ blue 204

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

Shades of Slate Blue #6662CC

Tints of Slate Blue #6662CC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.26%

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

R = 25.25%
G = 24.26%
B = 50.5%

CMYK

 C value IS 0.5

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6662CC (or 0x6662CC) is known color: Slate Blue. HEX triplet: 66, 62 and CC. RGB value is (102,98,204). Sum of RGB (Red+Green+Blue) = 102+98+204=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 98 (38.67% from 255 or 24.26% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #6662CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6662CC is #999D33. Grayscale: #6E6E6E. Windows color (decimal): -10067252 or 13394534. OLE color: 13394534.

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

Color convert

RGB 102 98 204 -
CMYK 0.5 0.52 0 0.2
HSL 242.26º 0.51% 0.59% -
HSV(B) 242.26º 0.52% 0.8% -
XYZ 20.75 15.92 59.11 -
YUV 111.28 180.33 121.38 -
System Red Green Blue C M Y K H S L
Decimal 102 98 204 0.5 0.52 0 0.2 242.26 0.51 0.59
Hex 66 62 CC 32 34 0 14 F2 33 3B
Octal 146 142 314 62 64 0 24 362 63 73
Binary 1100110 1100010 11001100 110010 110100 0 10100 11110010 110011 111011

Color Harmonies of #6662CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6662CC

Black with #6662CC

Text Example


Text Example

White with #6662CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6662CC; }

 p { color: rgb(102,98,204); }

 H1.HeaderClassName
 {
   color: #6662CC;
 }
 .AnyTagClassName
 {
   color: #6662CC;
 }
</style>

background-color css

<style>
 a { background-color: #6662CC; }

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

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

border-color css

<style>
 span { border-color: #6662CC; }

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

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