#6F59CB

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

Shades of Slate Blue #6F59CB

Tints of Slate Blue #6F59CB

Color information

#6F59CB (or 0x6F59CB) is unknown color: approx Slate Blue. HEX triplet: 6F, 59 and CB. RGB value is (111,89,203). Sum of RGB (Red+Green+Blue) = 111+89+203=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F59CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F59CB is #90A634. Grayscale: #6C6C6C. Windows color (decimal): -9479733 or 13326703. OLE color: 13326703.

HSL color Cylindrical-coordinate representation of color #6F59CB: hue angle of 251.58º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F59CB is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11189203-
CMYK0.450.5600.20
HSL251.58º52.29%57.25%-
HSV(B)251.58º56.16%79.61%-
XYZ20.9114.8458.26-
YUV108.57181.29129.73-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.54%
GREEN value IS 89 (35.16% from 255) = 22.08%
BLUE value IS 203 (79.69% from 255) = 50.37%
R=27.54%
G=22.08%
B=50.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal111892030.450.5600.20251.5852.2957.25
Hex6F59CB2D38014fc3439
Octal15713131355700243746471
Binary110111110110011100101110110111100001010011111100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F59CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F59CB; }

 p { color: rgb(111,89,203); }

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

<style>
 a { background-color: #6F59CB; }

 a { background-color: rgb(111,89,203); }

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

<style>
 span { border-color: #6F59CB; }

 span { border-color: rgb(111,89,203); }

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