Html Css Color HEX #6472DB Slate Blue

📋 copy color: '#6472DB'

red 100 ◦ green 114 ◦ blue 219

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

Shades of Slate Blue #6472DB

Tints of Slate Blue #6472DB

RGB

 RED value IS 100 (39.45% from 255) = 23.09%

 GREEN value IS 114 (44.92% from 255) = 26.33%

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

R = 23.09%
G = 26.33%
B = 50.58%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6472DB (or 0x6472DB) is known color: Slate Blue. HEX triplet: 64, 72 and DB. RGB value is (100,114,219). Sum of RGB (Red+Green+Blue) = 100+114+219=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #6472DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6472DB is #9B8D24. Grayscale: #797979. Windows color (decimal): -10194213 or 14381668. OLE color: 14381668.

HSL color Cylindrical-coordinate representation of color #6472DB: hue angle of 232.94º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6472DB is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 114 219 -
CMYK 0.54 0.48 0 0.14
HSL 232.94º 0.62% 0.63% -
HSV(B) 232.94º 0.54% 0.86% -
XYZ 24.06 19.86 69.58 -
YUV 121.78 182.86 112.46 -
System Red Green Blue C M Y K H S L
Decimal 100 114 219 0.54 0.48 0 0.14 232.94 0.62 0.63
Hex 64 72 DB 36 30 0 E E9 3E 3F
Octal 144 162 333 66 60 0 16 351 76 77
Binary 1100100 1110010 11011011 110110 110000 0 1110 11101001 111110 111111

Color Harmonies of #6472DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6472DB

Black with #6472DB

Text Example


Text Example

White with #6472DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,114,219); }

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

background-color css

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

 a { background-color: rgb(100,114,219); }

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

border-color css

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

 span { border-color: rgb(100,114,219); }

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