Html Css Color HEX #6E4F5C Cosmic

📋 copy color: '#6E4F5C'

red 110 ◦ green 79 ◦ blue 92

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

Shades of Cosmic #6E4F5C

Tints of Cosmic #6E4F5C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.11%

 BLUE value IS 92 (36.33% from 255) = 32.74%

R = 39.15%
G = 28.11%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6E4F5C (or 0x6E4F5C) is known color: Cosmic. HEX triplet: 6E, 4F and 5C. RGB value is (110,79,92). Sum of RGB (Red+Green+Blue) = 110+79+92=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4F5C is #91B0A3. Grayscale: #595959. Windows color (decimal): -9547940 or 6049646. OLE color: 6049646.

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

Color convert

RGB 110 79 92 -
CMYK 0 0.28 0.16 0.57
HSL 334.84º 0.16% 0.37% -
HSV(B) 334.84º 0.28% 0.43% -
XYZ 11.16 9.68 11.41 -
YUV 89.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 110 79 92 0 0.28 0.16 0.57 334.84 0.16 0.37
Hex 6E 4F 5C 0 1C 10 39 14F 10 25
Octal 156 117 134 0 34 20 71 517 20 45
Binary 1101110 1001111 1011100 0 11100 10000 111001 101001111 10000 100101

Color Harmonies of #6E4F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4F5C

Black with #6E4F5C

Text Example


Text Example

White with #6E4F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,79,92); }

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

background-color css

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

 a { background-color: rgb(110,79,92); }

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

border-color css

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

 span { border-color: rgb(110,79,92); }

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