#6F5465

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

Shades of Cosmic #6F5465

Tints of Cosmic #6F5465

Color information

#6F5465 (or 0x6F5465) is unknown color: approx Cosmic. HEX triplet: 6F, 54 and 65. RGB value is (111,84,101). Sum of RGB (Red+Green+Blue) = 111+84+101=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5465 is #90AB9A. Grayscale: #5D5D5D. Windows color (decimal): -9481115 or 6640751. OLE color: 6640751.

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

Color convert

RGB11184101-
CMYK00.240.090.56
HSL322.22º13.85%38.24%-
HSV(B)322.22º24.32%43.53%-
XYZ12.0710.6613.73-
YUV94.01131.95140.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.5%
GREEN value IS 84 (33.20% from 255) = 28.38%
BLUE value IS 101 (39.84% from 255) = 34.12%
R=37.5%
G=28.38%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118410100.240.090.56322.2213.8538.24
Hex6F5465018938142e26
Octal15712414503011705021646
Binary11011111010100110010101100010011110001010000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,84,101); }

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

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

 a { background-color: rgb(111,84,101); }

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

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

 span { border-color: rgb(111,84,101); }

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