Html Css Color HEX #685360 Cosmic

📋 copy color: '#685360'

red 104 ◦ green 83 ◦ blue 96

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

Shades of Cosmic #685360

Tints of Cosmic #685360

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.33%

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

R = 36.75%
G = 29.33%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#685360 (or 0x685360) is known color: Cosmic. HEX triplet: 68, 53 and 60. RGB value is (104,83,96). Sum of RGB (Red+Green+Blue) = 104+83+96=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #685360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685360 is #97AC9F. Grayscale: #5A5A5A. Windows color (decimal): -9940128 or 6312808. OLE color: 6312808.

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

Color convert

RGB 104 83 96 -
CMYK 0 0.20 0.08 0.59
HSL 322.86º 0.11% 0.37% -
HSV(B) 322.86º 0.2% 0.41% -
XYZ 10.91 9.97 12.42 -
YUV 90.76 130.96 137.44 -
System Red Green Blue C M Y K H S L
Decimal 104 83 96 0 0.20 0.08 0.59 322.86 0.11 0.37
Hex 68 53 60 0 14 8 3B 143 B 25
Octal 150 123 140 0 24 10 73 503 13 45
Binary 1101000 1010011 1100000 0 10100 1000 111011 101000011 1011 100101

Color Harmonies of #685360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685360

Black with #685360

Text Example


Text Example

White with #685360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685360; }

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

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

background-color css

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

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

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

border-color css

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

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

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