Html Css Color HEX #68555F Cosmic

📋 copy color: '#68555F'

red 104 ◦ green 85 ◦ blue 95

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

Shades of Cosmic #68555F

Tints of Cosmic #68555F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.45%

R = 36.62%
G = 29.93%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68555F (or 0x68555F) is known color: Cosmic. HEX triplet: 68, 55 and 5F. RGB value is (104,85,95). Sum of RGB (Red+Green+Blue) = 104+85+95=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #68555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68555F is #97AAA0. Grayscale: #5B5B5B. Windows color (decimal): -9939617 or 6247784. OLE color: 6247784.

HSL color Cylindrical-coordinate representation of color #68555F: hue angle of 328.42º 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 #68555F is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 85 95 -
CMYK 0 0.18 0.09 0.59
HSL 328.42º 0.1% 0.37% -
HSV(B) 328.42º 0.18% 0.41% -
XYZ 11.02 10.27 12.23 -
YUV 91.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 104 85 95 0 0.18 0.09 0.59 328.42 0.1 0.37
Hex 68 55 5F 0 12 9 3B 148 A 25
Octal 150 125 137 0 22 11 73 510 12 45
Binary 1101000 1010101 1011111 0 10010 1001 111011 101001000 1010 100101

Color Harmonies of #68555F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68555F

Black with #68555F

Text Example


Text Example

White with #68555F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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