Html Css Color HEX #6C555F Cosmic

📋 copy color: '#6C555F'

red 108 ◦ green 85 ◦ blue 95

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

Shades of Cosmic #6C555F

Tints of Cosmic #6C555F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.51%

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

R = 37.5%
G = 29.51%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C555F (or 0x6C555F) is known color: Cosmic. HEX triplet: 6C, 55 and 5F. RGB value is (108,85,95). Sum of RGB (Red+Green+Blue) = 108+85+95=288 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.5% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 108 - color contains mainly: red. Hex color #6C555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C555F is #93AAA0. Grayscale: #5D5D5D. Windows color (decimal): -9677473 or 6247788. OLE color: 6247788.

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

Color convert

RGB 108 85 95 -
CMYK 0 0.21 0.12 0.58
HSL 333.91º 0.12% 0.38% -
HSV(B) 333.91º 0.21% 0.42% -
XYZ 11.5 10.51 12.25 -
YUV 93.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 108 85 95 0 0.21 0.12 0.58 333.91 0.12 0.38
Hex 6C 55 5F 0 15 C 3A 14E C 26
Octal 154 125 137 0 25 14 72 516 14 46
Binary 1101100 1010101 1011111 0 10101 1100 111010 101001110 1100 100110

Color Harmonies of #6C555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C555F

Black with #6C555F

Text Example


Text Example

White with #6C555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,85,95); }

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

background-color css

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

 a { background-color: rgb(108,85,95); }

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

border-color css

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

 span { border-color: rgb(108,85,95); }

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