#6955C0

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

Shades of Slate Blue #6955C0

Tints of Slate Blue #6955C0

Color information

#6955C0 (or 0x6955C0) is unknown color: approx Slate Blue. HEX triplet: 69, 55 and C0. RGB value is (105,85,192). Sum of RGB (Red+Green+Blue) = 105+85+192=382 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.49% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #6955C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6955C0 is #96AA3F. Grayscale: #666666. Windows color (decimal): -9873984 or 12604777. OLE color: 12604777.

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

Color convert

RGB10585192-
CMYK0.450.5600.25
HSL251.21º45.92%54.31%-
HSV(B)251.21º55.73%75.29%-
XYZ18.5913.3151.46-
YUV103.18178.13129.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.49%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 192 (75.39% from 255) = 50.26%
R=27.49%
G=22.25%
B=50.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105851920.450.5600.25251.2145.9254.31
Hex6955C02D38019fb2e36
Octal15112530055700313735666
Binary110100110101011100000010110111100001100111111011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6955C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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