Html Css Color HEX #6E515F Cosmic

📋 copy color: '#6E515F'

red 110 ◦ green 81 ◦ blue 95

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

Shades of Cosmic #6E515F

Tints of Cosmic #6E515F

RGB

 RED value IS 110 (43.36% from 255) = 38.46%

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

 BLUE value IS 95 (37.5% from 255) = 33.22%

R = 38.46%
G = 28.32%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E515F (or 0x6E515F) is known color: Cosmic. HEX triplet: 6E, 51 and 5F. RGB value is (110,81,95). Sum of RGB (Red+Green+Blue) = 110+81+95=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 110 - color contains mainly: red. Hex color #6E515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E515F is #91AEA0. Grayscale: #5B5B5B. Windows color (decimal): -9547425 or 6246766. OLE color: 6246766.

HSL color Cylindrical-coordinate representation of color #6E515F: hue angle of 331.03º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E515F is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 81 95 -
CMYK 0 0.26 0.14 0.57
HSL 331.03º 0.15% 0.37% -
HSV(B) 331.03º 0.26% 0.43% -
XYZ 11.44 10.03 12.16 -
YUV 91.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 110 81 95 0 0.26 0.14 0.57 331.03 0.15 0.37
Hex 6E 51 5F 0 1A E 39 14B F 25
Octal 156 121 137 0 32 16 71 513 17 45
Binary 1101110 1010001 1011111 0 11010 1110 111001 101001011 1111 100101

Color Harmonies of #6E515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E515F

Black with #6E515F

Text Example


Text Example

White with #6E515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,81,95); }

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

background-color css

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

 a { background-color: rgb(110,81,95); }

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

border-color css

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

 span { border-color: rgb(110,81,95); }

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