Html Css Color HEX #6556CC Slate Blue

📋 copy color: '#6556CC'

red 101 ◦ green 86 ◦ blue 204

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

Shades of Slate Blue #6556CC

Tints of Slate Blue #6556CC

RGB

 RED value IS 101 (39.84% from 255) = 25.83%

 GREEN value IS 86 (33.98% from 255) = 21.99%

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

R = 25.83%
G = 21.99%
B = 52.17%

CMYK

 C value IS 0.50

 M value IS 0.58

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6556CC (or 0x6556CC) is known color: Slate Blue. HEX triplet: 65, 56 and CC. RGB value is (101,86,204). Sum of RGB (Red+Green+Blue) = 101+86+204=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 86 (33.98% from 255 or 21.99% 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 #6556CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6556CC is #9AA933. Grayscale: #676767. Windows color (decimal): -10135860 or 13391461. OLE color: 13391461.

HSL color Cylindrical-coordinate representation of color #6556CC: hue angle of 247.63º 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 #6556CC is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 86 204 -
CMYK 0.50 0.58 0 0.2
HSL 247.63º 0.54% 0.57% -
HSV(B) 247.63º 0.58% 0.8% -
XYZ 19.59 13.78 58.75 -
YUV 103.94 184.47 125.91 -
System Red Green Blue C M Y K H S L
Decimal 101 86 204 0.50 0.58 0 0.2 247.63 0.54 0.57
Hex 65 56 CC 32 3A 0 14 F8 36 39
Octal 145 126 314 62 72 0 24 370 66 71
Binary 1100101 1010110 11001100 110010 111010 0 10100 11111000 110110 111001

Color Harmonies of #6556CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6556CC

Black with #6556CC

Text Example


Text Example

White with #6556CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,86,204); }

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

background-color css

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

 a { background-color: rgb(101,86,204); }

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

border-color css

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

 span { border-color: rgb(101,86,204); }

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