#6F55CB

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

Shades of Slate Blue #6F55CB

Tints of Slate Blue #6F55CB

Color information

#6F55CB (or 0x6F55CB) is unknown color: approx Slate Blue. HEX triplet: 6F, 55 and CB. RGB value is (111,85,203). Sum of RGB (Red+Green+Blue) = 111+85+203=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F55CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F55CB is #90AA34. Grayscale: #696969. Windows color (decimal): -9480757 or 13325679. OLE color: 13325679.

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

Color convert

RGB11185203-
CMYK0.450.5800.20
HSL253.22º53.15%56.47%-
HSV(B)253.22º58.13%79.61%-
XYZ20.5814.1958.15-
YUV106.23182.61131.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.82%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 203 (79.69% from 255) = 50.88%
R=27.82%
G=21.30%
B=50.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal111852030.450.5800.20253.2253.1556.47
Hex6F55CB2D3A014fd3538
Octal15712531355720243756570
Binary110111110101011100101110110111101001010011111101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F55CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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