Html Css Color HEX #6E4C5F Cosmic

📋 copy color: '#6E4C5F'

red 110 ◦ green 76 ◦ blue 95

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

Shades of Cosmic #6E4C5F

Tints of Cosmic #6E4C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.05%

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

R = 39.15%
G = 27.05%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E4C5F (or 0x6E4C5F) is known color: Cosmic. HEX triplet: 6E, 4C and 5F. RGB value is (110,76,95). Sum of RGB (Red+Green+Blue) = 110+76+95=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4C5F is #91B3A0. Grayscale: #585858. Windows color (decimal): -9548705 or 6245486. OLE color: 6245486.

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

Color convert

RGB 110 76 95 -
CMYK 0 0.31 0.14 0.57
HSL 326.47º 0.18% 0.36% -
HSV(B) 326.47º 0.31% 0.43% -
XYZ 11.08 9.31 12.04 -
YUV 88.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 110 76 95 0 0.31 0.14 0.57 326.47 0.18 0.36
Hex 6E 4C 5F 0 1F E 39 146 12 24
Octal 156 114 137 0 37 16 71 506 22 44
Binary 1101110 1001100 1011111 0 11111 1110 111001 101000110 10010 100100

Color Harmonies of #6E4C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4C5F

Black with #6E4C5F

Text Example


Text Example

White with #6E4C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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