Html Css Color HEX #6668CC Slate Blue

📋 copy color: '#6668CC'

red 102 ◦ green 104 ◦ blue 204

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

Shades of Slate Blue #6668CC

Tints of Slate Blue #6668CC

RGB

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

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

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

R = 24.88%
G = 25.37%
B = 49.76%

CMYK

 C value IS 0.5

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6668CC (or 0x6668CC) is known color: Slate Blue. HEX triplet: 66, 68 and CC. RGB value is (102,104,204). Sum of RGB (Red+Green+Blue) = 102+104+204=410 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.88% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #6668CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6668CC is #999733. Grayscale: #727272. Windows color (decimal): -10065716 or 13396070. OLE color: 13396070.

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

Color convert

RGB 102 104 204 -
CMYK 0.5 0.49 0 0.2
HSL 238.82º 0.5% 0.6% -
HSV(B) 238.82º 0.5% 0.8% -
XYZ 21.33 17.09 59.3 -
YUV 114.8 178.34 118.87 -
System Red Green Blue C M Y K H S L
Decimal 102 104 204 0.5 0.49 0 0.2 238.82 0.5 0.6
Hex 66 68 CC 32 31 0 14 EF 32 3C
Octal 146 150 314 62 61 0 24 357 62 74
Binary 1100110 1101000 11001100 110010 110001 0 10100 11101111 110010 111100

Color Harmonies of #6668CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6668CC

Black with #6668CC

Text Example


Text Example

White with #6668CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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