#6E4362

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

Shades of Cosmic #6E4362

Tints of Cosmic #6E4362

Color information

#6E4362 (or 0x6E4362) is unknown color: approx Cosmic. HEX triplet: 6E, 43 and 62. RGB value is (110,67,98). Sum of RGB (Red+Green+Blue) = 110+67+98=275 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4362 is #91BC9D. Grayscale: #535353. Windows color (decimal): -9551006 or 6439790. OLE color: 6439790.

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

Color convert

RGB1106798-
CMYK00.390.110.57
HSL316.74º24.29%34.71%-
HSV(B)316.74º39.09%43.14%-
XYZ10.648.2112.58-
YUV83.39136.25146.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 40%
GREEN value IS 67 (26.56% from 255) = 24.36%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=40%
G=24.36%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110679800.390.110.57316.7424.2934.71
Hex6E4362027B3913d1823
Octal15610314204713714753043
Binary1101110100001111000100100111101111100110011110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,67,98); }

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

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

 a { background-color: rgb(110,67,98); }

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

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

 span { border-color: rgb(110,67,98); }

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