#6F5862

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

Shades of Cosmic #6F5862

Tints of Cosmic #6F5862

Color information

#6F5862 (or 0x6F5862) is unknown color: approx Cosmic. HEX triplet: 6F, 58 and 62. RGB value is (111,88,98). Sum of RGB (Red+Green+Blue) = 111+88+98=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5862 is #90A79D. Grayscale: #606060. Windows color (decimal): -9480094 or 6445167. OLE color: 6445167.

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

Color convert

RGB1118898-
CMYK00.210.120.56
HSL333.91º11.56%39.02%-
HSV(B)333.91º20.72%43.53%-
XYZ12.2511.2413.08-
YUV96.02129.12138.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.37%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 98 (38.67% from 255) = 33.00%
R=37.37%
G=29.63%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111889800.210.120.56333.9111.5639.02
Hex6F5862015C3814ec27
Octal15713014202514705161447
Binary11011111011000110001001010111001110001010011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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