Html Css Color HEX #604762 Fedora

📋 copy color: '#604762'

red 96 ◦ green 71 ◦ blue 98

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

Shades of Fedora #604762

Tints of Fedora #604762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.79%

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

R = 36.23%
G = 26.79%
B = 36.98%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#604762 (or 0x604762) is known color: Fedora. HEX triplet: 60, 47 and 62. RGB value is (96,71,98). Sum of RGB (Red+Green+Blue) = 96+71+98=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 98 - color contains mainly: blue. Hex color #604762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604762 is #9FB89D. Grayscale: #515151. Windows color (decimal): -10467486 or 6440800. OLE color: 6440800.

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

Color convert

RGB 96 71 98 -
CMYK 0.02 0.28 0 0.62
HSL 295.56º 0.16% 0.33% -
HSV(B) 295.56º 0.28% 0.38% -
XYZ 9.28 7.88 12.59 -
YUV 81.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 96 71 98 0.02 0.28 0 0.62 295.56 0.16 0.33
Hex 60 47 62 2 1C 0 3E 128 10 21
Octal 140 107 142 2 34 0 76 450 20 41
Binary 1100000 1000111 1100010 10 11100 0 111110 100101000 10000 100001

Color Harmonies of #604762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604762

Black with #604762

Text Example


Text Example

White with #604762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604762; }

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

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

background-color css

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

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

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

border-color css

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

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

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