#6468D9

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

Shades of Slate Blue #6468D9

Tints of Slate Blue #6468D9

Color information

#6468D9 (or 0x6468D9) is unknown color: approx Slate Blue. HEX triplet: 64, 68 and D9. RGB value is (100,104,217). Sum of RGB (Red+Green+Blue) = 100+104+217=421 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.75% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #6468D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6468D9 is #9B9726. Grayscale: #737373. Windows color (decimal): -10196775 or 14248036. OLE color: 14248036.

HSL color Cylindrical-coordinate representation of color #6468D9: hue angle of 237.95º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6468D9 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB100104217-
CMYK0.540.5200.15
HSL237.95º60.62%62.16%-
HSV(B)237.95º53.92%85.1%-
XYZ22.7317.6267.85-
YUV115.69185.17116.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.75%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 217 (85.16% from 255) = 51.54%
R=23.75%
G=24.70%
B=51.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1001042170.540.5200.15237.9560.6262.16
Hex6468D936340Fee3d3e
Octal14415033166640173567576
Binary11001001101000110110011101101101000111111101110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6468D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6468D9; }

 p { color: rgb(100,104,217); }

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

<style>
 a { background-color: #6468D9; }

 a { background-color: rgb(100,104,217); }

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

<style>
 span { border-color: #6468D9; }

 span { border-color: rgb(100,104,217); }

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