Html Css Color HEX #6D5262 Cosmic

📋 copy color: '#6D5262'

red 109 ◦ green 82 ◦ blue 98

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

Shades of Cosmic #6D5262

Tints of Cosmic #6D5262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.37%

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

R = 37.72%
G = 28.37%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D5262 (or 0x6D5262) is known color: Cosmic. HEX triplet: 6D, 52 and 62. RGB value is (109,82,98). Sum of RGB (Red+Green+Blue) = 109+82+98=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5262 is #92AD9D. Grayscale: #5B5B5B. Windows color (decimal): -9612702 or 6443629. OLE color: 6443629.

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

Color convert

RGB 109 82 98 -
CMYK 0 0.25 0.10 0.57
HSL 324.44º 0.14% 0.37% -
HSV(B) 324.44º 0.25% 0.43% -
XYZ 11.53 10.17 12.91 -
YUV 91.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 109 82 98 0 0.25 0.10 0.57 324.44 0.14 0.37
Hex 6D 52 62 0 19 A 39 144 E 25
Octal 155 122 142 0 31 12 71 504 16 45
Binary 1101101 1010010 1100010 0 11001 1010 111001 101000100 1110 100101

Color Harmonies of #6D5262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5262

Black with #6D5262

Text Example


Text Example

White with #6D5262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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