#6951ce

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

Shades of Slate Blue #6951CE

Tints of Slate Blue #6951CE

Color information

#6951CE (or 0x6951CE) is unknown color: approx Slate Blue. HEX triplet: 69, 51 and CE. RGB value is (105,81,206). Sum of RGB (Red+Green+Blue) = 105+81+206=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #6951CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6951CE is #96AE31. Grayscale: #656565. Windows color (decimal): -9874994 or 13521257. OLE color: 13521257.

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

Color convert

RGB10581206-
CMYK0.490.6100.19
HSL251.52º56.05%56.27%-
HSV(B)251.52º60.68%80.78%-
XYZ19.9113.3459.92-
YUV102.43186.45129.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.79%
GREEN value IS 81 (32.03% from 255) = 20.66%
BLUE value IS 206 (80.86% from 255) = 52.55%
R=26.79%
G=20.66%
B=52.55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal105812060.490.6100.19251.5256.0556.27
Hex6951CE313D013fc3838
Octal15112131661750233747070
Binary110100110100011100111011000111110101001111111100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6951ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6951ce; }

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

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

<style>
 a { background-color: #6951ce; }

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

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

<style>
 span { border-color: #6951ce; }

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

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