Html Css Color HEX #6C5463 Cosmic

📋 copy color: '#6C5463'

red 108 ◦ green 84 ◦ blue 99

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

Shades of Cosmic #6C5463

Tints of Cosmic #6C5463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.02%

R = 37.11%
G = 28.87%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6C5463 (or 0x6C5463) is known color: Cosmic. HEX triplet: 6C, 54 and 63. RGB value is (108,84,99). Sum of RGB (Red+Green+Blue) = 108+84+99=291 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.11% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5463 is #93AB9C. Grayscale: #5C5C5C. Windows color (decimal): -9677725 or 6509676. OLE color: 6509676.

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

Color convert

RGB 108 84 99 -
CMYK 0 0.22 0.08 0.58
HSL 322.5º 0.13% 0.38% -
HSV(B) 322.5º 0.22% 0.42% -
XYZ 11.61 10.43 13.21 -
YUV 92.89 131.45 138.78 -
System Red Green Blue C M Y K H S L
Decimal 108 84 99 0 0.22 0.08 0.58 322.5 0.13 0.38
Hex 6C 54 63 0 16 8 3A 142 C 26
Octal 154 124 143 0 26 10 72 502 14 46
Binary 1101100 1010100 1100011 0 10110 1000 111010 101000010 1100 100110

Color Harmonies of #6C5463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5463

Black with #6C5463

Text Example


Text Example

White with #6C5463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,84,99); }

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

background-color css

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

 a { background-color: rgb(108,84,99); }

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

border-color css

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

 span { border-color: rgb(108,84,99); }

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