Html Css Color HEX #6E4863 Cosmic

📋 copy color: '#6E4863'

red 110 ◦ green 72 ◦ blue 99

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

Shades of Cosmic #6E4863

Tints of Cosmic #6E4863

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.62%

 BLUE value IS 99 (39.06% from 255) = 35.23%

R = 39.15%
G = 25.62%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.1

 K value IS 0.57

RGB Variations

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

Color information

#6E4863 (or 0x6E4863) is known color: Cosmic. HEX triplet: 6E, 48 and 63. RGB value is (110,72,99). Sum of RGB (Red+Green+Blue) = 110+72+99=281 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.15% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4863 is #91B79C. Grayscale: #565656. Windows color (decimal): -9549725 or 6506606. OLE color: 6506606.

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

Color convert

RGB 110 72 99 -
CMYK 0 0.35 0.1 0.57
HSL 317.37º 0.21% 0.36% -
HSV(B) 317.37º 0.35% 0.43% -
XYZ 11 8.85 12.93 -
YUV 86.44 135.09 144.8 -
System Red Green Blue C M Y K H S L
Decimal 110 72 99 0 0.35 0.1 0.57 317.37 0.21 0.36
Hex 6E 48 63 0 23 A 39 13D 15 24
Octal 156 110 143 0 43 12 71 475 25 44
Binary 1101110 1001000 1100011 0 100011 1010 111001 100111101 10101 100100

Color Harmonies of #6E4863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4863

Black with #6E4863

Text Example


Text Example

White with #6E4863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,72,99); }

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

background-color css

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

 a { background-color: rgb(110,72,99); }

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

border-color css

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

 span { border-color: rgb(110,72,99); }

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