#6960CD

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

Shades of Slate Blue #6960CD

Tints of Slate Blue #6960CD

Color information

#6960CD (or 0x6960CD) is unknown color: approx Slate Blue. HEX triplet: 69, 60 and CD. RGB value is (105,96,205). Sum of RGB (Red+Green+Blue) = 105+96+205=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 96 (37.89% from 255 or 23.65% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #6960CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960CD is #969F32. Grayscale: #6E6E6E. Windows color (decimal): -9871155 or 13459561. OLE color: 13459561.

HSL color Cylindrical-coordinate representation of color #6960CD: hue angle of 244.95º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6960CD is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10596205-
CMYK0.490.5300.20
HSL244.95º52.15%59.02%-
HSV(B)244.95º53.17%80.39%-
XYZ21.0315.7859.69-
YUV111.12180.98123.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.86%
GREEN value IS 96 (37.89% from 255) = 23.65%
BLUE value IS 205 (80.47% from 255) = 50.49%
R=25.86%
G=23.65%
B=50.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal105962050.490.5300.20244.9552.1559.02
Hex6960CD3135014f5343b
Octal15114031561650243656473
Binary110100111000001100110111000111010101010011110101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6960CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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