Html Css Color HEX #6472DC Slate Blue

📋 copy color: '#6472DC'

red 100 ◦ green 114 ◦ blue 220

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

Shades of Slate Blue #6472DC

Tints of Slate Blue #6472DC

RGB

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

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

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

R = 23.04%
G = 26.27%
B = 50.69%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6472DC (or 0x6472DC) is known color: Slate Blue. HEX triplet: 64, 72 and DC. RGB value is (100,114,220). Sum of RGB (Red+Green+Blue) = 100+114+220=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #6472DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6472DC is #9B8D23. Grayscale: #797979. Windows color (decimal): -10194212 or 14447204. OLE color: 14447204.

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

Color convert

RGB 100 114 220 -
CMYK 0.55 0.48 0 0.14
HSL 233º 0.63% 0.63% -
HSV(B) 233º 0.55% 0.86% -
XYZ 24.19 19.91 70.28 -
YUV 121.9 183.36 112.38 -
System Red Green Blue C M Y K H S L
Decimal 100 114 220 0.55 0.48 0 0.14 233 0.63 0.63
Hex 64 72 DC 37 30 0 E E9 3F 3F
Octal 144 162 334 67 60 0 16 351 77 77
Binary 1100100 1110010 11011100 110111 110000 0 1110 11101001 111111 111111

Color Harmonies of #6472DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6472DC

Black with #6472DC

Text Example


Text Example

White with #6472DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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