Html Css Color HEX #68535F Cosmic

📋 copy color: '#68535F'

red 104 ◦ green 83 ◦ blue 95

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

Shades of Cosmic #68535F

Tints of Cosmic #68535F

RGB

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

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

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

R = 36.88%
G = 29.43%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#68535F (or 0x68535F) is known color: Cosmic. HEX triplet: 68, 53 and 5F. RGB value is (104,83,95). Sum of RGB (Red+Green+Blue) = 104+83+95=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #68535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68535F is #97ACA0. Grayscale: #5A5A5A. Windows color (decimal): -9940129 or 6247272. OLE color: 6247272.

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

Color convert

RGB 104 83 95 -
CMYK 0 0.20 0.09 0.59
HSL 325.71º 0.11% 0.37% -
HSV(B) 325.71º 0.2% 0.41% -
XYZ 10.87 9.96 12.18 -
YUV 90.65 130.46 137.52 -
System Red Green Blue C M Y K H S L
Decimal 104 83 95 0 0.20 0.09 0.59 325.71 0.11 0.37
Hex 68 53 5F 0 14 9 3B 146 B 25
Octal 150 123 137 0 24 11 73 506 13 45
Binary 1101000 1010011 1011111 0 10100 1001 111011 101000110 1011 100101

Color Harmonies of #68535F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68535F

Black with #68535F

Text Example


Text Example

White with #68535F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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