Html Css Color HEX #6655DC Slate Blue

📋 copy color: '#6655DC'

red 102 ◦ green 85 ◦ blue 220

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

Shades of Slate Blue #6655DC

Tints of Slate Blue #6655DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 25.06%
G = 20.88%
B = 54.05%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6655DC (or 0x6655DC) is known color: Slate Blue. HEX triplet: 66, 55 and DC. RGB value is (102,85,220). Sum of RGB (Red+Green+Blue) = 102+85+220=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #6655DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6655DC is #99AA23. Grayscale: #686868. Windows color (decimal): -10070564 or 14439782. OLE color: 14439782.

HSL color Cylindrical-coordinate representation of color #6655DC: hue angle of 247.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6655DC is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 85 220 -
CMYK 0.54 0.61 0 0.14
HSL 247.56º 0.66% 0.6% -
HSV(B) 247.56º 0.61% 0.86% -
XYZ 21.65 14.49 69.37 -
YUV 105.47 192.63 125.52 -
System Red Green Blue C M Y K H S L
Decimal 102 85 220 0.54 0.61 0 0.14 247.56 0.66 0.6
Hex 66 55 DC 36 3D 0 E F8 42 3C
Octal 146 125 334 66 75 0 16 370 102 74
Binary 1100110 1010101 11011100 110110 111101 0 1110 11111000 1000010 111100

Color Harmonies of #6655DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6655DC

Black with #6655DC

Text Example


Text Example

White with #6655DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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