Html Css Color HEX #6E4E5C Cosmic

📋 copy color: '#6E4E5C'

red 110 ◦ green 78 ◦ blue 92

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

Shades of Cosmic #6E4E5C

Tints of Cosmic #6E4E5C

RGB

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

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

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

R = 39.29%
G = 27.86%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6E4E5C (or 0x6E4E5C) is known color: Cosmic. HEX triplet: 6E, 4E and 5C. RGB value is (110,78,92). Sum of RGB (Red+Green+Blue) = 110+78+92=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4E5C is #91B1A3. Grayscale: #595959. Windows color (decimal): -9548196 or 6049390. OLE color: 6049390.

HSL color Cylindrical-coordinate representation of color #6E4E5C: hue angle of 333.75º 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 #6E4E5C is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 78 92 -
CMYK 0 0.29 0.16 0.57
HSL 333.75º 0.17% 0.37% -
HSV(B) 333.75º 0.29% 0.43% -
XYZ 11.09 9.54 11.38 -
YUV 89.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 110 78 92 0 0.29 0.16 0.57 333.75 0.17 0.37
Hex 6E 4E 5C 0 1D 10 39 14E 11 25
Octal 156 116 134 0 35 20 71 516 21 45
Binary 1101110 1001110 1011100 0 11101 10000 111001 101001110 10001 100101

Color Harmonies of #6E4E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4E5C

Black with #6E4E5C

Text Example


Text Example

White with #6E4E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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