#6F465E

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

Shades of Cosmic #6F465E

Tints of Cosmic #6F465E

Color information

#6F465E (or 0x6F465E) is unknown color: approx Cosmic. HEX triplet: 6F, 46 and 5E. RGB value is (111,70,94). Sum of RGB (Red+Green+Blue) = 111+70+94=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F465E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F465E is #90B9A1. Grayscale: #545454. Windows color (decimal): -9484706 or 6178415. OLE color: 6178415.

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

Color convert

RGB1117094-
CMYK00.370.150.56
HSL324.88º22.65%35.49%-
HSV(B)324.88º36.94%43.53%-
XYZ10.778.5711.68-
YUV85133.08146.55-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.36%
GREEN value IS 70 (27.73% from 255) = 25.45%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=40.36%
G=25.45%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111709400.370.150.56324.8822.6535.49
Hex6F465E025F381451723
Octal15710613604517705052743
Binary1101111100011010111100100101111111100010100010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F465E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,70,94); }

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

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

 a { background-color: rgb(111,70,94); }

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

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

 span { border-color: rgb(111,70,94); }

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