Html Css Color HEX #6F495E Cosmic

📋 copy color: '#6F495E'

red 111 ◦ green 73 ◦ blue 94

#6F495E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #6F495E

Tints of Cosmic #6F495E

RGB

 RED value IS 111 (43.75% from 255) = 39.93%

 GREEN value IS 73 (28.91% from 255) = 26.26%

 BLUE value IS 94 (37.11% from 255) = 33.81%

R = 39.93%
G = 26.26%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#6F495E (or 0x6F495E) is known color: Cosmic. HEX triplet: 6F, 49 and 5E. RGB value is (111,73,94). Sum of RGB (Red+Green+Blue) = 111+73+94=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F495E is #90B6A1. Grayscale: #565656. Windows color (decimal): -9483938 or 6179183. OLE color: 6179183.

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

Color convert

RGB 111 73 94 -
CMYK 0 0.34 0.15 0.56
HSL 326.84º 0.21% 0.36% -
HSV(B) 326.84º 0.34% 0.44% -
XYZ 10.96 8.95 11.74 -
YUV 86.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 111 73 94 0 0.34 0.15 0.56 326.84 0.21 0.36
Hex 6F 49 5E 0 22 F 38 147 15 24
Octal 157 111 136 0 42 17 70 507 25 44
Binary 1101111 1001001 1011110 0 100010 1111 111000 101000111 10101 100100

Color Harmonies of #6F495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F495E

Black with #6F495E

Text Example


Text Example

White with #6F495E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F495E;
 }
 .AnyTagClassName
 {
   color: #6F495E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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