#6470DC

Color #6470DC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6470DC

Tints of Slate Blue #6470DC

Color information

#6470DC (or 0x6470DC) is unknown color: approx Slate Blue. HEX triplet: 64, 70 and DC. RGB value is (100,112,220). Sum of RGB (Red+Green+Blue) = 100+112+220=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #6470DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6470DC is #9B8F23. Grayscale: #787878. Windows color (decimal): -10194724 or 14446692. OLE color: 14446692.

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

Color convert

RGB100112220-
CMYK0.550.4900.14
HSL234º63.16%62.75%-
HSV(B)234º54.55%86.27%-
XYZ23.9719.4670.2-
YUV120.72184.02113.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.15%
GREEN value IS 112 (44.14% from 255) = 25.93%
BLUE value IS 220 (86.33% from 255) = 50.93%
R=23.15%
G=25.93%
B=50.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1001122200.550.4900.1423463.1662.75
Hex6470DC37310Eea3f3f
Octal14416033467610163527777
Binary11001001110000110111001101111100010111011101010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6470DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6470DC;
 }
 .AnyTagClassName
 {
   color: #6470DC;
 }
</style>
background-color css

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

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

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

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

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

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