Html Css Color HEX #685460 Cosmic

📋 copy color: '#685460'

red 104 ◦ green 84 ◦ blue 96

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

Shades of Cosmic #685460

Tints of Cosmic #685460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.58%

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

R = 36.62%
G = 29.58%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#685460 (or 0x685460) is known color: Cosmic. HEX triplet: 68, 54 and 60. RGB value is (104,84,96). Sum of RGB (Red+Green+Blue) = 104+84+96=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #685460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685460 is #97AB9F. Grayscale: #5B5B5B. Windows color (decimal): -9939872 or 6313064. OLE color: 6313064.

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

Color convert

RGB 104 84 96 -
CMYK 0 0.19 0.08 0.59
HSL 324º 0.11% 0.37% -
HSV(B) 324º 0.19% 0.41% -
XYZ 10.99 10.13 12.44 -
YUV 91.35 130.63 137.02 -
System Red Green Blue C M Y K H S L
Decimal 104 84 96 0 0.19 0.08 0.59 324 0.11 0.37
Hex 68 54 60 0 13 8 3B 144 B 25
Octal 150 124 140 0 23 10 73 504 13 45
Binary 1101000 1010100 1100000 0 10011 1000 111011 101000100 1011 100101

Color Harmonies of #685460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685460

Black with #685460

Text Example


Text Example

White with #685460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685460; }

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

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

background-color css

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

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

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

border-color css

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

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

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