#6965DA

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

Shades of Slate Blue #6965DA

Tints of Slate Blue #6965DA

Color information

#6965DA (or 0x6965DA) is unknown color: approx Slate Blue. HEX triplet: 69, 65 and DA. RGB value is (105,101,218). Sum of RGB (Red+Green+Blue) = 105+101+218=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 101 (39.84% from 255 or 23.82% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #6965DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6965DA is #969A25. Grayscale: #737373. Windows color (decimal): -9869862 or 14312809. OLE color: 14312809.

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

Color convert

RGB105101218-
CMYK0.520.5400.15
HSL242.05º61.26%62.55%-
HSV(B)242.05º53.67%85.49%-
XYZ23.1317.3768.46-
YUV115.53185.83120.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.76%
GREEN value IS 101 (39.84% from 255) = 23.82%
BLUE value IS 218 (85.55% from 255) = 51.42%
R=24.76%
G=23.82%
B=51.42%

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
Decimal1051012180.520.5400.15242.0561.2662.55
Hex6965DA34360Ff23d3f
Octal15114533264660173627577
Binary11010011100101110110101101001101100111111110010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6965DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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