#6951C0

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

Shades of Slate Blue #6951C0

Tints of Slate Blue #6951C0

Color information

#6951C0 (or 0x6951C0) is unknown color: approx Slate Blue. HEX triplet: 69, 51 and C0. RGB value is (105,81,192). Sum of RGB (Red+Green+Blue) = 105+81+192=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 81 (32.03% from 255 or 21.43% from 378); Blue value is 192 (75.39% from 255 or 50.79% from 378); Max value from RGB is 192 - color contains mainly: blue. Hex color #6951C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6951C0 is #96AE3F. Grayscale: #646464. Windows color (decimal): -9875008 or 12603753. OLE color: 12603753.

HSL color Cylindrical-coordinate representation of color #6951C0: hue angle of 252.97º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6951C0 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10581192-
CMYK0.450.5800.25
HSL252.97º46.84%53.53%-
HSV(B)252.97º57.81%75.29%-
XYZ18.2812.6951.36-
YUV100.83179.45130.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.78%
GREEN value IS 81 (32.03% from 255) = 21.43%
BLUE value IS 192 (75.39% from 255) = 50.79%
R=27.78%
G=21.43%
B=50.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105811920.450.5800.25252.9746.8453.53
Hex6951C02D3A019fd2f36
Octal15112130055720313755766
Binary110100110100011100000010110111101001100111111101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6951C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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