#6F4363

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

Shades of Cosmic #6F4363

Tints of Cosmic #6F4363

Color information

#6F4363 (or 0x6F4363) is unknown color: approx Cosmic. HEX triplet: 6F, 43 and 63. RGB value is (111,67,99). Sum of RGB (Red+Green+Blue) = 111+67+99=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4363 is #90BC9C. Grayscale: #535353. Windows color (decimal): -9485469 or 6505327. OLE color: 6505327.

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

Color convert

RGB1116799-
CMYK00.400.110.56
HSL316.36º24.72%34.9%-
HSV(B)316.36º39.64%43.53%-
XYZ10.818.2912.84-
YUV83.8136.58147.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.07%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=40.07%
G=24.19%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111679900.400.110.56316.3624.7234.9
Hex6F4363028B3813c1923
Octal15710314305013704743143
Binary1101111100001111000110101000101111100010011110011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,67,99); }

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

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

 a { background-color: rgb(111,67,99); }

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

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

 span { border-color: rgb(111,67,99); }

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