Html Css Color HEX #685260 Cosmic

📋 copy color: '#685260'

red 104 ◦ green 82 ◦ blue 96

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

Shades of Cosmic #685260

Tints of Cosmic #685260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.08%

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

R = 36.88%
G = 29.08%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#685260 (or 0x685260) is known color: Cosmic. HEX triplet: 68, 52 and 60. RGB value is (104,82,96). Sum of RGB (Red+Green+Blue) = 104+82+96=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #685260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685260 is #97AD9F. Grayscale: #5A5A5A. Windows color (decimal): -9940384 or 6312552. OLE color: 6312552.

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

Color convert

RGB 104 82 96 -
CMYK 0 0.21 0.08 0.59
HSL 321.82º 0.12% 0.36% -
HSV(B) 321.82º 0.21% 0.41% -
XYZ 10.84 9.82 12.39 -
YUV 90.17 131.29 137.86 -
System Red Green Blue C M Y K H S L
Decimal 104 82 96 0 0.21 0.08 0.59 321.82 0.12 0.36
Hex 68 52 60 0 15 8 3B 142 C 24
Octal 150 122 140 0 25 10 73 502 14 44
Binary 1101000 1010010 1100000 0 10101 1000 111011 101000010 1100 100100

Color Harmonies of #685260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685260

Black with #685260

Text Example


Text Example

White with #685260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685260; }

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

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

background-color css

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

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

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

border-color css

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

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

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