Html Css Color HEX #6471DE Slate Blue

📋 copy color: '#6471DE'

red 100 ◦ green 113 ◦ blue 222

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

Shades of Slate Blue #6471DE

Tints of Slate Blue #6471DE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.98%

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 22.99%
G = 25.98%
B = 51.03%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6471DE (or 0x6471DE) is known color: Slate Blue. HEX triplet: 64, 71 and DE. RGB value is (100,113,222). Sum of RGB (Red+Green+Blue) = 100+113+222=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #6471DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6471DE is #9B8E21. Grayscale: #797979. Windows color (decimal): -10194466 or 14578020. OLE color: 14578020.

HSL color Cylindrical-coordinate representation of color #6471DE: hue angle of 233.61º degrees, saturation: 0.65, 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 #6471DE is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 113 222 -
CMYK 0.55 0.49 0 0.13
HSL 233.61º 0.65% 0.63% -
HSV(B) 233.61º 0.55% 0.87% -
XYZ 24.35 19.79 71.64 -
YUV 121.54 184.69 112.64 -
System Red Green Blue C M Y K H S L
Decimal 100 113 222 0.55 0.49 0 0.13 233.61 0.65 0.63
Hex 64 71 DE 37 31 0 D EA 41 3F
Octal 144 161 336 67 61 0 15 352 101 77
Binary 1100100 1110001 11011110 110111 110001 0 1101 11101010 1000001 111111

Color Harmonies of #6471DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6471DE

Black with #6471DE

Text Example


Text Example

White with #6471DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6471DE; }

 p { color: rgb(100,113,222); }

 H1.HeaderClassName
 {
   color: #6471DE;
 }
 .AnyTagClassName
 {
   color: #6471DE;
 }
</style>

background-color css

<style>
 a { background-color: #6471DE; }

 a { background-color: rgb(100,113,222); }

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

border-color css

<style>
 span { border-color: #6471DE; }

 span { border-color: rgb(100,113,222); }

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