Html Css Color HEX #605062 Fedora

📋 copy color: '#605062'

red 96 ◦ green 80 ◦ blue 98

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

Shades of Fedora #605062

Tints of Fedora #605062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.77%

R = 35.04%
G = 29.2%
B = 35.77%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#605062 (or 0x605062) is known color: Fedora. HEX triplet: 60, 50 and 62. RGB value is (96,80,98). Sum of RGB (Red+Green+Blue) = 96+80+98=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 98 - color contains mainly: blue. Hex color #605062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605062 is #9FAF9D. Grayscale: #565656. Windows color (decimal): -10465182 or 6443104. OLE color: 6443104.

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

Color convert

RGB 96 80 98 -
CMYK 0.02 0.18 0 0.62
HSL 293.33º 0.1% 0.35% -
HSV(B) 293.33º 0.18% 0.38% -
XYZ 9.9 9.11 12.79 -
YUV 86.84 134.3 134.54 -
System Red Green Blue C M Y K H S L
Decimal 96 80 98 0.02 0.18 0 0.62 293.33 0.1 0.35
Hex 60 50 62 2 12 0 3E 125 A 23
Octal 140 120 142 2 22 0 76 445 12 43
Binary 1100000 1010000 1100010 10 10010 0 111110 100100101 1010 100011

Color Harmonies of #605062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605062

Black with #605062

Text Example


Text Example

White with #605062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605062; }

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

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

background-color css

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

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

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

border-color css

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

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

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