#6F4262

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

Shades of Cosmic #6F4262

Tints of Cosmic #6F4262

Color information

#6F4262 (or 0x6F4262) is unknown color: approx Cosmic. HEX triplet: 6F, 42 and 62. RGB value is (111,66,98). Sum of RGB (Red+Green+Blue) = 111+66+98=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4262 is #90BD9D. Grayscale: #535353. Windows color (decimal): -9485726 or 6439535. OLE color: 6439535.

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

Color convert

RGB1116698-
CMYK00.410.120.56
HSL317.33º25.42%34.71%-
HSV(B)317.33º40.54%43.53%-
XYZ10.718.1612.57-
YUV83.1136.41147.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.36%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=40.36%
G=24%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111669800.410.120.56317.3325.4234.71
Hex6F4262029C3813d1923
Octal15710214205114704753143
Binary1101111100001011000100101001110011100010011110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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