#6F4463

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

Shades of Cosmic #6F4463

Tints of Cosmic #6F4463

Color information

#6F4463 (or 0x6F4463) is unknown color: approx Cosmic. HEX triplet: 6F, 44 and 63. RGB value is (111,68,99). Sum of RGB (Red+Green+Blue) = 111+68+99=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4463 is #90BB9C. Grayscale: #545454. Windows color (decimal): -9485213 or 6505583. OLE color: 6505583.

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

Color convert

RGB1116899-
CMYK00.390.110.56
HSL316.74º24.02%35.1%-
HSV(B)316.74º38.74%43.53%-
XYZ10.878.4112.86-
YUV84.39136.25146.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.93%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 99 (39.06% from 255) = 35.61%
R=39.93%
G=24.46%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111689900.390.110.56316.7424.0235.1
Hex6F4463027B3813d1823
Octal15710414304713704753043
Binary1101111100010011000110100111101111100010011110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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