Html Css Color HEX #605360 Fedora

📋 copy color: '#605360'

red 96 ◦ green 83 ◦ blue 96

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

Shades of Fedora #605360

Tints of Fedora #605360

RGB

 RED value IS 96 (37.89% from 255) = 34.91%

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

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

R = 34.91%
G = 30.18%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#605360 (or 0x605360) is known color: Fedora. HEX triplet: 60, 53 and 60. RGB value is (96,83,96). Sum of RGB (Red+Green+Blue) = 96+83+96=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 96 - color contains mainly: red, blue. Hex color #605360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605360 is #9FAC9F. Grayscale: #585858. Windows color (decimal): -10464416 or 6312800. OLE color: 6312800.

HSL color Cylindrical-coordinate representation of color #605360: hue angle of 300º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #605360 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 83 96 -
CMYK 0 0.14 0 0.62
HSL 300º 0.07% 0.35% -
HSV(B) 300º 0.14% 0.38% -
XYZ 10.03 9.52 12.37 -
YUV 88.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 96 83 96 0 0.14 0 0.62 300 0.07 0.35
Hex 60 53 60 0 E 0 3E 12C 7 23
Octal 140 123 140 0 16 0 76 454 7 43
Binary 1100000 1010011 1100000 0 1110 0 111110 100101100 111 100011

Color Harmonies of #605360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605360

Black with #605360

Text Example


Text Example

White with #605360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605360; }

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

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

background-color css

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

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

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

border-color css

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

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

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