Html Css Color HEX #6A505E Cosmic

📋 copy color: '#6A505E'

red 106 ◦ green 80 ◦ blue 94

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

Shades of Cosmic #6A505E

Tints of Cosmic #6A505E

RGB

 RED value IS 106 (41.8% from 255) = 37.86%

 GREEN value IS 80 (31.64% from 255) = 28.57%

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

R = 37.86%
G = 28.57%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6A505E (or 0x6A505E) is known color: Cosmic. HEX triplet: 6A, 50 and 5E. RGB value is (106,80,94). Sum of RGB (Red+Green+Blue) = 106+80+94=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 106 - color contains mainly: red. Hex color #6A505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A505E is #95AFA1. Grayscale: #595959. Windows color (decimal): -9809826 or 6180970. OLE color: 6180970.

HSL color Cylindrical-coordinate representation of color #6A505E: hue angle of 327.69º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A505E is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 80 94 -
CMYK 0 0.25 0.11 0.58
HSL 327.69º 0.14% 0.36% -
HSV(B) 327.69º 0.25% 0.42% -
XYZ 10.83 9.61 11.87 -
YUV 89.37 130.61 139.86 -
System Red Green Blue C M Y K H S L
Decimal 106 80 94 0 0.25 0.11 0.58 327.69 0.14 0.36
Hex 6A 50 5E 0 19 B 3A 148 E 24
Octal 152 120 136 0 31 13 72 510 16 44
Binary 1101010 1010000 1011110 0 11001 1011 111010 101001000 1110 100100

Color Harmonies of #6A505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A505E

Black with #6A505E

Text Example


Text Example

White with #6A505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,80,94); }

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

background-color css

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

 a { background-color: rgb(106,80,94); }

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

border-color css

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

 span { border-color: rgb(106,80,94); }

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