#6469D9

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

Shades of Slate Blue #6469D9

Tints of Slate Blue #6469D9

Color information

#6469D9 (or 0x6469D9) is unknown color: approx Slate Blue. HEX triplet: 64, 69 and D9. RGB value is (100,105,217). Sum of RGB (Red+Green+Blue) = 100+105+217=422 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.70% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 217 (85.16% from 255 or 51.42% from 422); Max value from RGB is 217 - color contains mainly: blue. Hex color #6469D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6469D9 is #9B9626. Grayscale: #737373. Windows color (decimal): -10196519 or 14248292. OLE color: 14248292.

HSL color Cylindrical-coordinate representation of color #6469D9: hue angle of 237.44º 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 #6469D9 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB100105217-
CMYK0.540.5200.15
HSL237.44º60.62%62.16%-
HSV(B)237.44º53.92%85.1%-
XYZ22.8317.8267.88-
YUV116.27184.84116.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.70%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 217 (85.16% from 255) = 51.42%
R=23.70%
G=24.88%
B=51.42%

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
Decimal1001052170.540.5200.15237.4460.6262.16
Hex6469D936340Fed3d3e
Octal14415133166640173557576
Binary11001001101001110110011101101101000111111101101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6469D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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