Html Css Color HEX #685660 Cosmic

📋 copy color: '#685660'

red 104 ◦ green 86 ◦ blue 96

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

Shades of Cosmic #685660

Tints of Cosmic #685660

RGB

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

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

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

R = 36.36%
G = 30.07%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#685660 (or 0x685660) is known color: Cosmic. HEX triplet: 68, 56 and 60. RGB value is (104,86,96). Sum of RGB (Red+Green+Blue) = 104+86+96=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #685660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685660 is #97A99F. Grayscale: #5C5C5C. Windows color (decimal): -9939360 or 6313576. OLE color: 6313576.

HSL color Cylindrical-coordinate representation of color #685660: hue angle of 326.67º 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 #685660 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 86 96 -
CMYK 0 0.17 0.08 0.59
HSL 326.67º 0.09% 0.37% -
HSV(B) 326.67º 0.17% 0.41% -
XYZ 11.15 10.44 12.49 -
YUV 92.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 104 86 96 0 0.17 0.08 0.59 326.67 0.09 0.37
Hex 68 56 60 0 11 8 3B 147 9 25
Octal 150 126 140 0 21 10 73 507 11 45
Binary 1101000 1010110 1100000 0 10001 1000 111011 101000111 1001 100101

Color Harmonies of #685660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685660

Black with #685660

Text Example


Text Example

White with #685660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685660; }

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

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

background-color css

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

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

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

border-color css

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

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

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