Html Css Color HEX #6471DC Slate Blue

📋 copy color: '#6471DC'

red 100 ◦ green 113 ◦ blue 220

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

Shades of Slate Blue #6471DC

Tints of Slate Blue #6471DC

RGB

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

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

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

R = 23.09%
G = 26.1%
B = 50.81%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6471DC (or 0x6471DC) is known color: Slate Blue. HEX triplet: 64, 71 and DC. RGB value is (100,113,220). Sum of RGB (Red+Green+Blue) = 100+113+220=433 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.09% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #6471DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6471DC is #9B8E23. Grayscale: #787878. Windows color (decimal): -10194468 or 14446948. OLE color: 14446948.

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

Color convert

RGB 100 113 220 -
CMYK 0.55 0.49 0 0.14
HSL 233.5º 0.63% 0.63% -
HSV(B) 233.5º 0.55% 0.86% -
XYZ 24.08 19.69 70.24 -
YUV 121.31 183.69 112.8 -
System Red Green Blue C M Y K H S L
Decimal 100 113 220 0.55 0.49 0 0.14 233.5 0.63 0.63
Hex 64 71 DC 37 31 0 E EA 3F 3F
Octal 144 161 334 67 61 0 16 352 77 77
Binary 1100100 1110001 11011100 110111 110001 0 1110 11101010 111111 111111

Color Harmonies of #6471DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6471DC

Black with #6471DC

Text Example


Text Example

White with #6471DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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