Html Css Color HEX #604862 Fedora

📋 copy color: '#604862'

red 96 ◦ green 72 ◦ blue 98

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

Shades of Fedora #604862

Tints of Fedora #604862

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.07%

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

R = 36.09%
G = 27.07%
B = 36.84%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#604862 (or 0x604862) is known color: Fedora. HEX triplet: 60, 48 and 62. RGB value is (96,72,98). Sum of RGB (Red+Green+Blue) = 96+72+98=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 98 - color contains mainly: blue. Hex color #604862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604862 is #9FB79D. Grayscale: #525252. Windows color (decimal): -10467230 or 6441056. OLE color: 6441056.

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

Color convert

RGB 96 72 98 -
CMYK 0.02 0.27 0 0.62
HSL 295.38º 0.15% 0.33% -
HSV(B) 295.38º 0.27% 0.38% -
XYZ 9.35 8 12.61 -
YUV 82.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 96 72 98 0.02 0.27 0 0.62 295.38 0.15 0.33
Hex 60 48 62 2 1B 0 3E 127 F 21
Octal 140 110 142 2 33 0 76 447 17 41
Binary 1100000 1001000 1100010 10 11011 0 111110 100100111 1111 100001

Color Harmonies of #604862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604862

Black with #604862

Text Example


Text Example

White with #604862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604862; }

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

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

background-color css

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

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

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

border-color css

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

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

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