Html Css Color HEX #6C4561 Cosmic

📋 copy color: '#6C4561'

red 108 ◦ green 69 ◦ blue 97

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

Shades of Cosmic #6C4561

Tints of Cosmic #6C4561

RGB

 RED value IS 108 (42.58% from 255) = 39.42%

 GREEN value IS 69 (27.34% from 255) = 25.18%

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 39.42%
G = 25.18%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6C4561 (or 0x6C4561) is known color: Cosmic. HEX triplet: 6C, 45 and 61. RGB value is (108,69,97). Sum of RGB (Red+Green+Blue) = 108+69+97=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4561 is #93BA9E. Grayscale: #535353. Windows color (decimal): -9681567 or 6374764. OLE color: 6374764.

HSL color Cylindrical-coordinate representation of color #6C4561: hue angle of 316.92º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C4561 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 69 97 -
CMYK 0 0.36 0.10 0.58
HSL 316.92º 0.22% 0.35% -
HSV(B) 316.92º 0.36% 0.42% -
XYZ 10.47 8.31 12.36 -
YUV 83.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 108 69 97 0 0.36 0.10 0.58 316.92 0.22 0.35
Hex 6C 45 61 0 24 A 3A 13D 16 23
Octal 154 105 141 0 44 12 72 475 26 43
Binary 1101100 1000101 1100001 0 100100 1010 111010 100111101 10110 100011

Color Harmonies of #6C4561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4561

Black with #6C4561

Text Example


Text Example

White with #6C4561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,69,97); }

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

background-color css

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

 a { background-color: rgb(108,69,97); }

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

border-color css

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

 span { border-color: rgb(108,69,97); }

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