Html Css Color HEX #6D5364 Cosmic

📋 copy color: '#6D5364'

red 109 ◦ green 83 ◦ blue 100

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

Shades of Cosmic #6D5364

Tints of Cosmic #6D5364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.25%

R = 37.33%
G = 28.42%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#6D5364 (or 0x6D5364) is known color: Cosmic. HEX triplet: 6D, 53 and 64. RGB value is (109,83,100). Sum of RGB (Red+Green+Blue) = 109+83+100=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5364 is #92AC9B. Grayscale: #5C5C5C. Windows color (decimal): -9612444 or 6574957. OLE color: 6574957.

HSL color Cylindrical-coordinate representation of color #6D5364: hue angle of 320.77º 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 #6D5364 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 83 100 -
CMYK 0 0.24 0.08 0.57
HSL 320.77º 0.14% 0.38% -
HSV(B) 320.77º 0.24% 0.43% -
XYZ 11.7 10.36 13.44 -
YUV 92.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 109 83 100 0 0.24 0.08 0.57 320.77 0.14 0.38
Hex 6D 53 64 0 18 8 39 141 E 26
Octal 155 123 144 0 30 10 71 501 16 46
Binary 1101101 1010011 1100100 0 11000 1000 111001 101000001 1110 100110

Color Harmonies of #6D5364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5364

Black with #6D5364

Text Example


Text Example

White with #6D5364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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