Html Css Color HEX #604C62 Fedora

📋 copy color: '#604C62'

red 96 ◦ green 76 ◦ blue 98

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

Shades of Fedora #604C62

Tints of Fedora #604C62

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

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

R = 35.56%
G = 28.15%
B = 36.3%

CMYK

 C value IS 0.02

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#604C62 (or 0x604C62) is known color: Fedora. HEX triplet: 60, 4C and 62. RGB value is (96,76,98). Sum of RGB (Red+Green+Blue) = 96+76+98=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 98 (38.67% from 255 or 36.30% from 270); Max value from RGB is 98 - color contains mainly: blue. Hex color #604C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604C62 is #9FB39D. Grayscale: #545454. Windows color (decimal): -10466206 or 6442080. OLE color: 6442080.

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

Color convert

RGB 96 76 98 -
CMYK 0.02 0.22 0 0.62
HSL 294.55º 0.13% 0.34% -
HSV(B) 294.55º 0.22% 0.38% -
XYZ 9.61 8.54 12.7 -
YUV 84.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 96 76 98 0.02 0.22 0 0.62 294.55 0.13 0.34
Hex 60 4C 62 2 16 0 3E 127 D 22
Octal 140 114 142 2 26 0 76 447 15 42
Binary 1100000 1001100 1100010 10 10110 0 111110 100100111 1101 100010

Color Harmonies of #604C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C62

Black with #604C62

Text Example


Text Example

White with #604C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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