#6961DC

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

Shades of Slate Blue #6961DC

Tints of Slate Blue #6961DC

Color information

#6961DC (or 0x6961DC) is unknown color: approx Slate Blue. HEX triplet: 69, 61 and DC. RGB value is (105,97,220). Sum of RGB (Red+Green+Blue) = 105+97+220=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #6961DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6961DC is #969E23. Grayscale: #707070. Windows color (decimal): -9870884 or 14442857. OLE color: 14442857.

HSL color Cylindrical-coordinate representation of color #6961DC: hue angle of 243.9º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6961DC is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10597220-
CMYK0.520.5600.14
HSL243.9º63.73%62.16%-
HSV(B)243.9º55.91%86.27%-
XYZ23.0216.7269.72-
YUV113.41188.15122-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 24.88%
GREEN value IS 97 (38.28% from 255) = 22.99%
BLUE value IS 220 (86.33% from 255) = 52.13%
R=24.88%
G=22.99%
B=52.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal105972200.520.5600.14243.963.7362.16
Hex6961DC34380Ef4403e
Octal151141334647001636410076
Binary110100111000011101110011010011100001110111101001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6961DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6961DC; }

 p { color: rgb(105,97,220); }

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

<style>
 a { background-color: #6961DC; }

 a { background-color: rgb(105,97,220); }

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

<style>
 span { border-color: #6961DC; }

 span { border-color: rgb(105,97,220); }

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