#6956C0

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

Shades of Slate Blue #6956C0

Tints of Slate Blue #6956C0

Color information

#6956C0 (or 0x6956C0) is unknown color: approx Slate Blue. HEX triplet: 69, 56 and C0. RGB value is (105,86,192). Sum of RGB (Red+Green+Blue) = 105+86+192=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #6956C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6956C0 is #96A93F. Grayscale: #676767. Windows color (decimal): -9873728 or 12605033. OLE color: 12605033.

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

Color convert

RGB10586192-
CMYK0.450.5500.25
HSL250.75º45.69%54.51%-
HSV(B)250.75º55.21%75.29%-
XYZ18.6713.4651.48-
YUV103.76177.79128.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.42%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 192 (75.39% from 255) = 50.13%
R=27.42%
G=22.45%
B=50.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105861920.450.5500.25250.7545.6954.51
Hex6956C02D37019fb2e37
Octal15112630055670313735667
Binary110100110101101100000010110111011101100111111011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6956C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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