Html Css Color HEX #605063 Fedora

📋 copy color: '#605063'

red 96 ◦ green 80 ◦ blue 99

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

Shades of Fedora #605063

Tints of Fedora #605063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

 BLUE value IS 99 (39.06% from 255) = 36%

R = 34.91%
G = 29.09%
B = 36%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#605063 (or 0x605063) is known color: Fedora. HEX triplet: 60, 50 and 63. RGB value is (96,80,99). Sum of RGB (Red+Green+Blue) = 96+80+99=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 99 - color contains mainly: blue. Hex color #605063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605063 is #9FAF9C. Grayscale: #565656. Windows color (decimal): -10465181 or 6508640. OLE color: 6508640.

HSL color Cylindrical-coordinate representation of color #605063: hue angle of 290.53º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #605063 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 80 99 -
CMYK 0.03 0.19 0 0.61
HSL 290.53º 0.11% 0.35% -
HSV(B) 290.53º 0.19% 0.39% -
XYZ 9.94 9.12 13.04 -
YUV 86.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 96 80 99 0.03 0.19 0 0.61 290.53 0.11 0.35
Hex 60 50 63 3 13 0 3D 123 B 23
Octal 140 120 143 3 23 0 75 443 13 43
Binary 1100000 1010000 1100011 11 10011 0 111101 100100011 1011 100011

Color Harmonies of #605063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605063

Black with #605063

Text Example


Text Example

White with #605063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605063; }

 p { color: rgb(96,80,99); }

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

background-color css

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

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

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

border-color css

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

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

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