Html Css Color HEX #604962 Fedora

📋 copy color: '#604962'

red 96 ◦ green 73 ◦ blue 98

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

Shades of Fedora #604962

Tints of Fedora #604962

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.34%

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

R = 35.96%
G = 27.34%
B = 36.7%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#604962 (or 0x604962) is known color: Fedora. HEX triplet: 60, 49 and 62. RGB value is (96,73,98). Sum of RGB (Red+Green+Blue) = 96+73+98=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 98 - color contains mainly: blue. Hex color #604962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604962 is #9FB69D. Grayscale: #525252. Windows color (decimal): -10466974 or 6441312. OLE color: 6441312.

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

Color convert

RGB 96 73 98 -
CMYK 0.02 0.26 0 0.62
HSL 295.2º 0.15% 0.34% -
HSV(B) 295.2º 0.26% 0.38% -
XYZ 9.41 8.13 12.63 -
YUV 82.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 96 73 98 0.02 0.26 0 0.62 295.2 0.15 0.34
Hex 60 49 62 2 1A 0 3E 127 F 22
Octal 140 111 142 2 32 0 76 447 17 42
Binary 1100000 1001001 1100010 10 11010 0 111110 100100111 1111 100010

Color Harmonies of #604962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604962

Black with #604962

Text Example


Text Example

White with #604962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604962; }

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

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

background-color css

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

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

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

border-color css

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

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

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