#6469DA

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

Shades of Slate Blue #6469DA

Tints of Slate Blue #6469DA

Color information

#6469DA (or 0x6469DA) is unknown color: approx Slate Blue. HEX triplet: 64, 69 and DA. RGB value is (100,105,218). Sum of RGB (Red+Green+Blue) = 100+105+218=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #6469DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6469DA is #9B9625. Grayscale: #737373. Windows color (decimal): -10196518 or 14313828. OLE color: 14313828.

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

Color convert

RGB100105218-
CMYK0.540.5200.15
HSL237.46º61.46%62.35%-
HSV(B)237.46º54.13%85.49%-
XYZ22.9617.8768.57-
YUV116.39185.34116.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.64%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 218 (85.55% from 255) = 51.54%
R=23.64%
G=24.82%
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
Decimal1001052180.540.5200.15237.4661.4662.35
Hex6469DA36340Fed3d3e
Octal14415133266640173557576
Binary11001001101001110110101101101101000111111101101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6469DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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