Html Css Color HEX #6C565F Cosmic

📋 copy color: '#6C565F'

red 108 ◦ green 86 ◦ blue 95

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

Shades of Cosmic #6C565F

Tints of Cosmic #6C565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.76%

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

R = 37.37%
G = 29.76%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6C565F (or 0x6C565F) is known color: Cosmic. HEX triplet: 6C, 56 and 5F. RGB value is (108,86,95). Sum of RGB (Red+Green+Blue) = 108+86+95=289 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.37% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 108 - color contains mainly: red. Hex color #6C565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C565F is #93A9A0. Grayscale: #5D5D5D. Windows color (decimal): -9677217 or 6248044. OLE color: 6248044.

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

Color convert

RGB 108 86 95 -
CMYK 0 0.20 0.12 0.58
HSL 335.45º 0.11% 0.38% -
HSV(B) 335.45º 0.2% 0.42% -
XYZ 11.58 10.67 12.28 -
YUV 93.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 108 86 95 0 0.20 0.12 0.58 335.45 0.11 0.38
Hex 6C 56 5F 0 14 C 3A 14F B 26
Octal 154 126 137 0 24 14 72 517 13 46
Binary 1101100 1010110 1011111 0 10100 1100 111010 101001111 1011 100110

Color Harmonies of #6C565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C565F

Black with #6C565F

Text Example


Text Example

White with #6C565F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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