Html Css Color HEX #6D5062 Cosmic

📋 copy color: '#6D5062'

red 109 ◦ green 80 ◦ blue 98

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

Shades of Cosmic #6D5062

Tints of Cosmic #6D5062

RGB

 RED value IS 109 (42.97% from 255) = 37.98%

 GREEN value IS 80 (31.64% from 255) = 27.87%

 BLUE value IS 98 (38.67% from 255) = 34.15%

R = 37.98%
G = 27.87%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D5062 (or 0x6D5062) is known color: Cosmic. HEX triplet: 6D, 50 and 62. RGB value is (109,80,98). Sum of RGB (Red+Green+Blue) = 109+80+98=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5062 is #92AF9D. Grayscale: #5A5A5A. Windows color (decimal): -9613214 or 6443117. OLE color: 6443117.

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

Color convert

RGB 109 80 98 -
CMYK 0 0.27 0.10 0.57
HSL 322.76º 0.15% 0.37% -
HSV(B) 322.76º 0.27% 0.43% -
XYZ 11.38 9.87 12.86 -
YUV 90.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 109 80 98 0 0.27 0.10 0.57 322.76 0.15 0.37
Hex 6D 50 62 0 1B A 39 143 F 25
Octal 155 120 142 0 33 12 71 503 17 45
Binary 1101101 1010000 1100010 0 11011 1010 111001 101000011 1111 100101

Color Harmonies of #6D5062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5062

Black with #6D5062

Text Example


Text Example

White with #6D5062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,80,98); }

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

background-color css

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

 a { background-color: rgb(109,80,98); }

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

border-color css

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

 span { border-color: rgb(109,80,98); }

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