#6F4664

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

Shades of Cosmic #6F4664

Tints of Cosmic #6F4664

Color information

#6F4664 (or 0x6F4664) is unknown color: approx Cosmic. HEX triplet: 6F, 46 and 64. RGB value is (111,70,100). Sum of RGB (Red+Green+Blue) = 111+70+100=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4664 is #90B99B. Grayscale: #555555. Windows color (decimal): -9484700 or 6571631. OLE color: 6571631.

HSL color Cylindrical-coordinate representation of color #6F4664: hue angle of 316.1º 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 #6F4664 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11170100-
CMYK00.370.100.56
HSL316.1º22.65%35.49%-
HSV(B)316.1º36.94%43.53%-
XYZ11.058.6813.15-
YUV85.68136.08146.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.50%
GREEN value IS 70 (27.73% from 255) = 24.91%
BLUE value IS 100 (39.45% from 255) = 35.59%
R=39.50%
G=24.91%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1117010000.370.100.56316.122.6535.49
Hex6F4664025A3813c1723
Octal15710614404512704742743
Binary1101111100011011001000100101101011100010011110010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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