Html Css Color HEX #6556DB Slate Blue

📋 copy color: '#6556DB'

red 101 ◦ green 86 ◦ blue 219

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

Shades of Slate Blue #6556DB

Tints of Slate Blue #6556DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.94%

R = 24.88%
G = 21.18%
B = 53.94%

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

#6556DB (or 0x6556DB) is known color: Slate Blue. HEX triplet: 65, 56 and DB. RGB value is (101,86,219). Sum of RGB (Red+Green+Blue) = 101+86+219=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #6556DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6556DB is #9AA924. Grayscale: #696969. Windows color (decimal): -10135845 or 14374501. OLE color: 14374501.

HSL color Cylindrical-coordinate representation of color #6556DB: hue angle of 246.77º degrees, saturation: 0.65, 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 #6556DB is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 86 219 -
CMYK 0.54 0.61 0 0.14
HSL 246.77º 0.65% 0.6% -
HSV(B) 246.77º 0.61% 0.86% -
XYZ 21.48 14.54 68.69 -
YUV 105.65 191.97 124.69 -
System Red Green Blue C M Y K H S L
Decimal 101 86 219 0.54 0.61 0 0.14 246.77 0.65 0.6
Hex 65 56 DB 36 3D 0 E F7 41 3C
Octal 145 126 333 66 75 0 16 367 101 74
Binary 1100101 1010110 11011011 110110 111101 0 1110 11110111 1000001 111100

Color Harmonies of #6556DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6556DB

Black with #6556DB

Text Example


Text Example

White with #6556DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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