Html Css Color HEX #6D485F Cosmic

📋 copy color: '#6D485F'

red 109 ◦ green 72 ◦ blue 95

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

Shades of Cosmic #6D485F

Tints of Cosmic #6D485F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.09%

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 39.49%
G = 26.09%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D485F (or 0x6D485F) is known color: Cosmic. HEX triplet: 6D, 48 and 5F. RGB value is (109,72,95). Sum of RGB (Red+Green+Blue) = 109+72+95=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 109 - color contains mainly: red. Hex color #6D485F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D485F is #92B7A0. Grayscale: #555555. Windows color (decimal): -9615265 or 6244461. OLE color: 6244461.

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

Color convert

RGB 109 72 95 -
CMYK 0 0.34 0.13 0.57
HSL 322.7º 0.2% 0.35% -
HSV(B) 322.7º 0.34% 0.43% -
XYZ 10.69 8.71 11.94 -
YUV 85.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 109 72 95 0 0.34 0.13 0.57 322.7 0.2 0.35
Hex 6D 48 5F 0 22 D 39 143 14 23
Octal 155 110 137 0 42 15 71 503 24 43
Binary 1101101 1001000 1011111 0 100010 1101 111001 101000011 10100 100011

Color Harmonies of #6D485F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D485F

Black with #6D485F

Text Example


Text Example

White with #6D485F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,72,95); }

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

background-color css

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

 a { background-color: rgb(109,72,95); }

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

border-color css

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

 span { border-color: rgb(109,72,95); }

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