Html Css Color HEX #685861 Cosmic

📋 copy color: '#685861'

red 104 ◦ green 88 ◦ blue 97

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

Shades of Cosmic #685861

Tints of Cosmic #685861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

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

R = 35.99%
G = 30.45%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#685861 (or 0x685861) is known color: Cosmic. HEX triplet: 68, 58 and 61. RGB value is (104,88,97). Sum of RGB (Red+Green+Blue) = 104+88+97=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 104 - color contains mainly: red. Hex color #685861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685861 is #97A79E. Grayscale: #5D5D5D. Windows color (decimal): -9938847 or 6379624. OLE color: 6379624.

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

Color convert

RGB 104 88 97 -
CMYK 0 0.15 0.07 0.59
HSL 326.25º 0.08% 0.38% -
HSV(B) 326.25º 0.15% 0.41% -
XYZ 11.36 10.79 12.79 -
YUV 93.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 104 88 97 0 0.15 0.07 0.59 326.25 0.08 0.38
Hex 68 58 61 0 F 7 3B 146 8 26
Octal 150 130 141 0 17 7 73 506 10 46
Binary 1101000 1011000 1100001 0 1111 111 111011 101000110 1000 100110

Color Harmonies of #685861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685861

Black with #685861

Text Example


Text Example

White with #685861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685861; }

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

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

background-color css

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

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

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

border-color css

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

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

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