Html Css Color HEX #6472DD Slate Blue

📋 copy color: '#6472DD'

red 100 ◦ green 114 ◦ blue 221

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

Shades of Slate Blue #6472DD

Tints of Slate Blue #6472DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.8%

R = 22.99%
G = 26.21%
B = 50.8%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6472DD (or 0x6472DD) is known color: Slate Blue. HEX triplet: 64, 72 and DD. RGB value is (100,114,221). Sum of RGB (Red+Green+Blue) = 100+114+221=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 114 (44.92% from 255 or 26.21% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #6472DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6472DD is #9B8D22. Grayscale: #797979. Windows color (decimal): -10194211 or 14512740. OLE color: 14512740.

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

Color convert

RGB 100 114 221 -
CMYK 0.55 0.48 0 0.13
HSL 233.06º 0.64% 0.63% -
HSV(B) 233.06º 0.55% 0.87% -
XYZ 24.32 19.96 70.98 -
YUV 122.01 183.86 112.3 -
System Red Green Blue C M Y K H S L
Decimal 100 114 221 0.55 0.48 0 0.13 233.06 0.64 0.63
Hex 64 72 DD 37 30 0 D E9 40 3F
Octal 144 162 335 67 60 0 15 351 100 77
Binary 1100100 1110010 11011101 110111 110000 0 1101 11101001 1000000 111111

Color Harmonies of #6472DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6472DD

Black with #6472DD

Text Example


Text Example

White with #6472DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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