#6961CE

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

Shades of Slate Blue #6961CE

Tints of Slate Blue #6961CE

Color information

#6961CE (or 0x6961CE) is unknown color: approx Slate Blue. HEX triplet: 69, 61 and CE. RGB value is (105,97,206). Sum of RGB (Red+Green+Blue) = 105+97+206=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #6961CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6961CE is #969E31. Grayscale: #6F6F6F. Windows color (decimal): -9870898 or 13525353. OLE color: 13525353.

HSL color Cylindrical-coordinate representation of color #6961CE: hue angle of 244.4º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6961CE is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10597206-
CMYK0.490.5300.19
HSL244.4º52.66%59.41%-
HSV(B)244.4º52.91%80.78%-
XYZ21.2416.0160.36-
YUV111.82181.15123.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.74%
GREEN value IS 97 (38.28% from 255) = 23.77%
BLUE value IS 206 (80.86% from 255) = 50.49%
R=25.74%
G=23.77%
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.19
SystemRedGreenBlueCMYKHSL
Decimal105972060.490.5300.19244.452.6659.41
Hex6961CE3135013f4353b
Octal15114131661650233646573
Binary110100111000011100111011000111010101001111110100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6961CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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