Html Css Color HEX #685661 Cosmic

📋 copy color: '#685661'

red 104 ◦ green 86 ◦ blue 97

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

Shades of Cosmic #685661

Tints of Cosmic #685661

RGB

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

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

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

R = 36.24%
G = 29.97%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#685661 (or 0x685661) is known color: Cosmic. HEX triplet: 68, 56 and 61. RGB value is (104,86,97). Sum of RGB (Red+Green+Blue) = 104+86+97=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #685661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685661 is #97A99E. Grayscale: #5C5C5C. Windows color (decimal): -9939359 or 6379112. OLE color: 6379112.

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

Color convert

RGB 104 86 97 -
CMYK 0 0.17 0.07 0.59
HSL 323.33º 0.09% 0.37% -
HSV(B) 323.33º 0.17% 0.41% -
XYZ 11.19 10.46 12.74 -
YUV 92.64 130.46 136.11 -
System Red Green Blue C M Y K H S L
Decimal 104 86 97 0 0.17 0.07 0.59 323.33 0.09 0.37
Hex 68 56 61 0 11 7 3B 143 9 25
Octal 150 126 141 0 21 7 73 503 11 45
Binary 1101000 1010110 1100001 0 10001 111 111011 101000011 1001 100101

Color Harmonies of #685661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685661

Black with #685661

Text Example


Text Example

White with #685661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685661; }

 p { color: rgb(104,86,97); }

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

background-color css

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

 a { background-color: rgb(104,86,97); }

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

border-color css

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

 span { border-color: rgb(104,86,97); }

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