Html Css Color HEX #6D5360 Cosmic

📋 copy color: '#6D5360'

red 109 ◦ green 83 ◦ blue 96

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

Shades of Cosmic #6D5360

Tints of Cosmic #6D5360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.82%

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 37.85%
G = 28.82%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#6D5360 (or 0x6D5360) is known color: Cosmic. HEX triplet: 6D, 53 and 60. RGB value is (109,83,96). Sum of RGB (Red+Green+Blue) = 109+83+96=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5360 is #92AC9F. Grayscale: #5C5C5C. Windows color (decimal): -9612448 or 6312813. OLE color: 6312813.

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

Color convert

RGB 109 83 96 -
CMYK 0 0.24 0.12 0.57
HSL 330º 0.14% 0.38% -
HSV(B) 330º 0.24% 0.43% -
XYZ 11.51 10.28 12.44 -
YUV 92.26 130.11 139.94 -
System Red Green Blue C M Y K H S L
Decimal 109 83 96 0 0.24 0.12 0.57 330 0.14 0.38
Hex 6D 53 60 0 18 C 39 14A E 26
Octal 155 123 140 0 30 14 71 512 16 46
Binary 1101101 1010011 1100000 0 11000 1100 111001 101001010 1110 100110

Color Harmonies of #6D5360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5360

Black with #6D5360

Text Example


Text Example

White with #6D5360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,83,96); }

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

background-color css

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

 a { background-color: rgb(109,83,96); }

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

border-color css

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

 span { border-color: rgb(109,83,96); }

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