Html Css Color HEX #6F495D Cosmic

📋 copy color: '#6F495D'

red 111 ◦ green 73 ◦ blue 93

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

Shades of Cosmic #6F495D

Tints of Cosmic #6F495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 40.07%
G = 26.35%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F495D (or 0x6F495D) is known color: Cosmic. HEX triplet: 6F, 49 and 5D. RGB value is (111,73,93). Sum of RGB (Red+Green+Blue) = 111+73+93=277 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.07% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 111 - color contains mainly: red. Hex color #6F495D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F495D is #90B6A2. Grayscale: #565656. Windows color (decimal): -9483939 or 6113647. OLE color: 6113647.

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

Color convert

RGB 111 73 93 -
CMYK 0 0.34 0.16 0.56
HSL 328.42º 0.21% 0.36% -
HSV(B) 328.42º 0.34% 0.44% -
XYZ 10.91 8.93 11.51 -
YUV 86.64 131.59 145.37 -
System Red Green Blue C M Y K H S L
Decimal 111 73 93 0 0.34 0.16 0.56 328.42 0.21 0.36
Hex 6F 49 5D 0 22 10 38 148 15 24
Octal 157 111 135 0 42 20 70 510 25 44
Binary 1101111 1001001 1011101 0 100010 10000 111000 101001000 10101 100100

Color Harmonies of #6F495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F495D

Black with #6F495D

Text Example


Text Example

White with #6F495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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