Html Css Color HEX #6E4E5B Cosmic

📋 copy color: '#6E4E5B'

red 110 ◦ green 78 ◦ blue 91

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

Shades of Cosmic #6E4E5B

Tints of Cosmic #6E4E5B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.96%

 BLUE value IS 91 (35.94% from 255) = 32.62%

R = 39.43%
G = 27.96%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#6E4E5B (or 0x6E4E5B) is known color: Cosmic. HEX triplet: 6E, 4E and 5B. RGB value is (110,78,91). Sum of RGB (Red+Green+Blue) = 110+78+91=279 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.43% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4E5B is #91B1A4. Grayscale: #595959. Windows color (decimal): -9548197 or 5983854. OLE color: 5983854.

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

Color convert

RGB 110 78 91 -
CMYK 0 0.29 0.17 0.57
HSL 335.63º 0.17% 0.37% -
HSV(B) 335.63º 0.29% 0.43% -
XYZ 11.04 9.52 11.15 -
YUV 89.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 110 78 91 0 0.29 0.17 0.57 335.63 0.17 0.37
Hex 6E 4E 5B 0 1D 11 39 150 11 25
Octal 156 116 133 0 35 21 71 520 21 45
Binary 1101110 1001110 1011011 0 11101 10001 111001 101010000 10001 100101

Color Harmonies of #6E4E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4E5B

Black with #6E4E5B

Text Example


Text Example

White with #6E4E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,78,91); }

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

background-color css

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

 a { background-color: rgb(110,78,91); }

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

border-color css

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

 span { border-color: rgb(110,78,91); }

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