#6960de

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

Shades of Slate Blue #6960DE

Tints of Slate Blue #6960DE

Color information

#6960DE (or 0x6960DE) is unknown color: approx Slate Blue. HEX triplet: 69, 60 and DE. RGB value is (105,96,222). Sum of RGB (Red+Green+Blue) = 105+96+222=423 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.82% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #6960DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960DE is #969F21. Grayscale: #707070. Windows color (decimal): -9871138 or 14573673. OLE color: 14573673.

HSL color Cylindrical-coordinate representation of color #6960DE: hue angle of 244.29º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6960DE is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10596222-
CMYK0.530.5700.13
HSL244.29º65.62%62.35%-
HSV(B)244.29º56.76%87.06%-
XYZ23.1916.6471.1-
YUV113.06189.48122.25-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.82%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 222 (87.11% from 255) = 52.48%
R=24.82%
G=22.70%
B=52.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal105962220.530.5700.13244.2965.6262.35
Hex6960DE35390Df4423e
Octal151140336657101536410276
Binary110100111000001101111011010111100101101111101001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6960de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6960de; }

 p { color: rgb(105,96,222); }

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

<style>
 a { background-color: #6960de; }

 a { background-color: rgb(105,96,222); }

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

<style>
 span { border-color: #6960de; }

 span { border-color: rgb(105,96,222); }

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