Html Css Color HEX #6660CE Slate Blue

📋 copy color: '#6660CE'

red 102 ◦ green 96 ◦ blue 206

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

Shades of Slate Blue #6660CE

Tints of Slate Blue #6660CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.76%

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 25.25%
G = 23.76%
B = 50.99%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6660CE (or 0x6660CE) is known color: Slate Blue. HEX triplet: 66, 60 and CE. RGB value is (102,96,206). Sum of RGB (Red+Green+Blue) = 102+96+206=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #6660CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6660CE is #999F31. Grayscale: #6D6D6D. Windows color (decimal): -10067762 or 13525094. OLE color: 13525094.

HSL color Cylindrical-coordinate representation of color #6660CE: hue angle of 243.27º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6660CE is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 96 206 -
CMYK 0.50 0.53 0 0.19
HSL 243.27º 0.53% 0.59% -
HSV(B) 243.27º 0.53% 0.81% -
XYZ 20.8 15.65 60.32 -
YUV 110.33 181.99 122.06 -
System Red Green Blue C M Y K H S L
Decimal 102 96 206 0.50 0.53 0 0.19 243.27 0.53 0.59
Hex 66 60 CE 32 35 0 13 F3 35 3B
Octal 146 140 316 62 65 0 23 363 65 73
Binary 1100110 1100000 11001110 110010 110101 0 10011 11110011 110101 111011

Color Harmonies of #6660CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6660CE

Black with #6660CE

Text Example


Text Example

White with #6660CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6660CE; }

 p { color: rgb(102,96,206); }

 H1.HeaderClassName
 {
   color: #6660CE;
 }
 .AnyTagClassName
 {
   color: #6660CE;
 }
</style>

background-color css

<style>
 a { background-color: #6660CE; }

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

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

border-color css

<style>
 span { border-color: #6660CE; }

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

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