Html Css Color HEX #6655CE Slate Blue

📋 copy color: '#6655CE'

red 102 ◦ green 85 ◦ blue 206

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

Shades of Slate Blue #6655CE

Tints of Slate Blue #6655CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.63%

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

R = 25.95%
G = 21.63%
B = 52.42%

CMYK

 C value IS 0.50

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6655CE (or 0x6655CE) is known color: Slate Blue. HEX triplet: 66, 55 and CE. RGB value is (102,85,206). Sum of RGB (Red+Green+Blue) = 102+85+206=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #6655CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6655CE is #99AA31. Grayscale: #676767. Windows color (decimal): -10070578 or 13522278. OLE color: 13522278.

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

Color convert

RGB 102 85 206 -
CMYK 0.50 0.59 0 0.19
HSL 248.43º 0.55% 0.57% -
HSV(B) 248.43º 0.59% 0.81% -
XYZ 19.87 13.78 60 -
YUV 103.88 185.63 126.66 -
System Red Green Blue C M Y K H S L
Decimal 102 85 206 0.50 0.59 0 0.19 248.43 0.55 0.57
Hex 66 55 CE 32 3B 0 13 F8 37 39
Octal 146 125 316 62 73 0 23 370 67 71
Binary 1100110 1010101 11001110 110010 111011 0 10011 11111000 110111 111001

Color Harmonies of #6655CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6655CE

Black with #6655CE

Text Example


Text Example

White with #6655CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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