Html Css Color HEX #604F62 Fedora

📋 copy color: '#604F62'

red 96 ◦ green 79 ◦ blue 98

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

Shades of Fedora #604F62

Tints of Fedora #604F62

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.94%

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

R = 35.16%
G = 28.94%
B = 35.9%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#604F62 (or 0x604F62) is known color: Fedora. HEX triplet: 60, 4F and 62. RGB value is (96,79,98). Sum of RGB (Red+Green+Blue) = 96+79+98=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 98 - color contains mainly: blue. Hex color #604F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604F62 is #9FB09D. Grayscale: #565656. Windows color (decimal): -10465438 or 6442848. OLE color: 6442848.

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

Color convert

RGB 96 79 98 -
CMYK 0.02 0.19 0 0.62
HSL 293.68º 0.11% 0.35% -
HSV(B) 293.68º 0.19% 0.38% -
XYZ 9.82 8.96 12.77 -
YUV 86.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 96 79 98 0.02 0.19 0 0.62 293.68 0.11 0.35
Hex 60 4F 62 2 13 0 3E 126 B 23
Octal 140 117 142 2 23 0 76 446 13 43
Binary 1100000 1001111 1100010 10 10011 0 111110 100100110 1011 100011

Color Harmonies of #604F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604F62

Black with #604F62

Text Example


Text Example

White with #604F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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