Html Css Color HEX #6655CC Slate Blue

📋 copy color: '#6655CC'

red 102 ◦ green 85 ◦ blue 204

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

Shades of Slate Blue #6655CC

Tints of Slate Blue #6655CC

RGB

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

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

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

R = 26.09%
G = 21.74%
B = 52.17%

CMYK

 C value IS 0.5

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6655CC (or 0x6655CC) is known color: Slate Blue. HEX triplet: 66, 55 and CC. RGB value is (102,85,204). Sum of RGB (Red+Green+Blue) = 102+85+204=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #6655CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6655CC is #99AA33. Grayscale: #676767. Windows color (decimal): -10070580 or 13391206. OLE color: 13391206.

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

Color convert

RGB 102 85 204 -
CMYK 0.5 0.58 0 0.2
HSL 248.57º 0.54% 0.57% -
HSV(B) 248.57º 0.58% 0.8% -
XYZ 19.63 13.68 58.73 -
YUV 103.65 184.63 126.82 -
System Red Green Blue C M Y K H S L
Decimal 102 85 204 0.5 0.58 0 0.2 248.57 0.54 0.57
Hex 66 55 CC 32 3A 0 14 F9 36 39
Octal 146 125 314 62 72 0 24 371 66 71
Binary 1100110 1010101 11001100 110010 111010 0 10100 11111001 110110 111001

Color Harmonies of #6655CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6655CC

Black with #6655CC

Text Example


Text Example

White with #6655CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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