#6F5162

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

Shades of Cosmic #6F5162

Tints of Cosmic #6F5162

Color information

#6F5162 (or 0x6F5162) is unknown color: approx Cosmic. HEX triplet: 6F, 51 and 62. RGB value is (111,81,98). Sum of RGB (Red+Green+Blue) = 111+81+98=290 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.28% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5162 is #90AE9D. Grayscale: #5B5B5B. Windows color (decimal): -9481886 or 6443375. OLE color: 6443375.

HSL color Cylindrical-coordinate representation of color #6F5162: hue angle of 326º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F5162 is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1118198-
CMYK00.270.120.56
HSL326º15.62%37.65%-
HSV(B)326º27.03%43.53%-
XYZ11.710.1512.9-
YUV91.91131.44141.62-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.28%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 98 (38.67% from 255) = 33.79%
R=38.28%
G=27.93%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111819800.270.120.5632615.6237.65
Hex6F516201BC381461026
Octal15712114203314705062046
Binary110111110100011100010011011110011100010100011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,81,98); }

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

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

 a { background-color: rgb(111,81,98); }

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

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

 span { border-color: rgb(111,81,98); }

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