Html Css Color HEX #6D5462 Cosmic

📋 copy color: '#6D5462'

red 109 ◦ green 84 ◦ blue 98

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

Shades of Cosmic #6D5462

Tints of Cosmic #6D5462

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.87%

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

R = 37.46%
G = 28.87%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#6D5462 (or 0x6D5462) is known color: Cosmic. HEX triplet: 6D, 54 and 62. RGB value is (109,84,98). Sum of RGB (Red+Green+Blue) = 109+84+98=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5462 is #92AB9D. Grayscale: #5D5D5D. Windows color (decimal): -9612190 or 6444141. OLE color: 6444141.

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

Color convert

RGB 109 84 98 -
CMYK 0 0.23 0.10 0.57
HSL 326.4º 0.13% 0.38% -
HSV(B) 326.4º 0.23% 0.43% -
XYZ 11.68 10.47 12.96 -
YUV 93.07 130.78 139.36 -
System Red Green Blue C M Y K H S L
Decimal 109 84 98 0 0.23 0.10 0.57 326.4 0.13 0.38
Hex 6D 54 62 0 17 A 39 146 D 26
Octal 155 124 142 0 27 12 71 506 15 46
Binary 1101101 1010100 1100010 0 10111 1010 111001 101000110 1101 100110

Color Harmonies of #6D5462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5462

Black with #6D5462

Text Example


Text Example

White with #6D5462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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