#6964DA

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

Shades of Slate Blue #6964DA

Tints of Slate Blue #6964DA

Color information

#6964DA (or 0x6964DA) is unknown color: approx Slate Blue. HEX triplet: 69, 64 and DA. RGB value is (105,100,218). Sum of RGB (Red+Green+Blue) = 105+100+218=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 100 (39.45% from 255 or 23.64% 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 #6964DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6964DA is #969B25. Grayscale: #727272. Windows color (decimal): -9870118 or 14312553. OLE color: 14312553.

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

Color convert

RGB105100218-
CMYK0.520.5400.15
HSL242.54º61.46%62.35%-
HSV(B)242.54º54.13%85.49%-
XYZ23.0417.1868.43-
YUV114.95186.16120.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 218 (85.55% from 255) = 51.54%
R=24.82%
G=23.64%
B=51.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1051002180.520.5400.15242.5461.4662.35
Hex6964DA34360Ff33d3e
Octal15114433264660173637576
Binary11010011100100110110101101001101100111111110011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6964DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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