Html Css Color HEX #6E4B5F Cosmic

📋 copy color: '#6E4B5F'

red 110 ◦ green 75 ◦ blue 95

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

Shades of Cosmic #6E4B5F

Tints of Cosmic #6E4B5F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.79%

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

R = 39.29%
G = 26.79%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E4B5F (or 0x6E4B5F) is known color: Cosmic. HEX triplet: 6E, 4B and 5F. RGB value is (110,75,95). Sum of RGB (Red+Green+Blue) = 110+75+95=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4B5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4B5F is #91B4A0. Grayscale: #575757. Windows color (decimal): -9548961 or 6245230. OLE color: 6245230.

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

Color convert

RGB 110 75 95 -
CMYK 0 0.32 0.14 0.57
HSL 325.71º 0.19% 0.36% -
HSV(B) 325.71º 0.32% 0.43% -
XYZ 11.01 9.17 12.02 -
YUV 87.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 110 75 95 0 0.32 0.14 0.57 325.71 0.19 0.36
Hex 6E 4B 5F 0 20 E 39 146 13 24
Octal 156 113 137 0 40 16 71 506 23 44
Binary 1101110 1001011 1011111 0 100000 1110 111001 101000110 10011 100100

Color Harmonies of #6E4B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4B5F

Black with #6E4B5F

Text Example


Text Example

White with #6E4B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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