Html Css Color HEX #685560 Cosmic

📋 copy color: '#685560'

red 104 ◦ green 85 ◦ blue 96

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

Shades of Cosmic #685560

Tints of Cosmic #685560

RGB

 RED value IS 104 (41.02% from 255) = 36.49%

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

 BLUE value IS 96 (37.89% from 255) = 33.68%

R = 36.49%
G = 29.82%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#685560 (or 0x685560) is known color: Cosmic. HEX triplet: 68, 55 and 60. RGB value is (104,85,96). Sum of RGB (Red+Green+Blue) = 104+85+96=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #685560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685560 is #97AA9F. Grayscale: #5B5B5B. Windows color (decimal): -9939616 or 6313320. OLE color: 6313320.

HSL color Cylindrical-coordinate representation of color #685560: hue angle of 325.26º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #685560 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 85 96 -
CMYK 0 0.18 0.08 0.59
HSL 325.26º 0.1% 0.37% -
HSV(B) 325.26º 0.18% 0.41% -
XYZ 11.07 10.28 12.47 -
YUV 91.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 104 85 96 0 0.18 0.08 0.59 325.26 0.1 0.37
Hex 68 55 60 0 12 8 3B 145 A 25
Octal 150 125 140 0 22 10 73 505 12 45
Binary 1101000 1010101 1100000 0 10010 1000 111011 101000101 1010 100101

Color Harmonies of #685560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685560

Black with #685560

Text Example


Text Example

White with #685560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685560; }

 p { color: rgb(104,85,96); }

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

background-color css

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

 a { background-color: rgb(104,85,96); }

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

border-color css

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

 span { border-color: rgb(104,85,96); }

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