Html Css Color HEX #68555E Cosmic

📋 copy color: '#68555E'

red 104 ◦ green 85 ◦ blue 94

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

Shades of Cosmic #68555E

Tints of Cosmic #68555E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.04%

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 36.75%
G = 30.04%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68555E (or 0x68555E) is known color: Cosmic. HEX triplet: 68, 55 and 5E. RGB value is (104,85,94). Sum of RGB (Red+Green+Blue) = 104+85+94=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 85 (33.59% from 255 or 30.04% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #68555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68555E is #97AAA1. Grayscale: #5B5B5B. Windows color (decimal): -9939618 or 6182248. OLE color: 6182248.

HSL color Cylindrical-coordinate representation of color #68555E: hue angle of 331.58º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #68555E is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 85 94 -
CMYK 0 0.18 0.10 0.59
HSL 331.58º 0.1% 0.37% -
HSV(B) 331.58º 0.18% 0.41% -
XYZ 10.98 10.25 11.99 -
YUV 91.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 104 85 94 0 0.18 0.10 0.59 331.58 0.1 0.37
Hex 68 55 5E 0 12 A 3B 14C A 25
Octal 150 125 136 0 22 12 73 514 12 45
Binary 1101000 1010101 1011110 0 10010 1010 111011 101001100 1010 100101

Color Harmonies of #68555E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68555E

Black with #68555E

Text Example


Text Example

White with #68555E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68555E; }

 p { color: rgb(104,85,94); }

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

background-color css

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

 a { background-color: rgb(104,85,94); }

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

border-color css

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

 span { border-color: rgb(104,85,94); }

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