Html Css Color HEX #6A515E Cosmic

📋 copy color: '#6A515E'

red 106 ◦ green 81 ◦ blue 94

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

Shades of Cosmic #6A515E

Tints of Cosmic #6A515E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.83%

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

R = 37.72%
G = 28.83%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#6A515E (or 0x6A515E) is known color: Cosmic. HEX triplet: 6A, 51 and 5E. RGB value is (106,81,94). Sum of RGB (Red+Green+Blue) = 106+81+94=281 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.72% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 106 - color contains mainly: red. Hex color #6A515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A515E is #95AEA1. Grayscale: #595959. Windows color (decimal): -9809570 or 6181226. OLE color: 6181226.

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

Color convert

RGB 106 81 94 -
CMYK 0 0.24 0.11 0.58
HSL 328.8º 0.13% 0.37% -
HSV(B) 328.8º 0.24% 0.42% -
XYZ 10.91 9.76 11.9 -
YUV 89.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 106 81 94 0 0.24 0.11 0.58 328.8 0.13 0.37
Hex 6A 51 5E 0 18 B 3A 149 D 25
Octal 152 121 136 0 30 13 72 511 15 45
Binary 1101010 1010001 1011110 0 11000 1011 111010 101001001 1101 100101

Color Harmonies of #6A515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A515E

Black with #6A515E

Text Example


Text Example

White with #6A515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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