Html Css Color HEX #604562 Fedora

📋 copy color: '#604562'

red 96 ◦ green 69 ◦ blue 98

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

Shades of Fedora #604562

Tints of Fedora #604562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.24%

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

R = 36.5%
G = 26.24%
B = 37.26%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#604562 (or 0x604562) is known color: Fedora. HEX triplet: 60, 45 and 62. RGB value is (96,69,98). Sum of RGB (Red+Green+Blue) = 96+69+98=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 98 - color contains mainly: blue. Hex color #604562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604562 is #9FBA9D. Grayscale: #505050. Windows color (decimal): -10467998 or 6440288. OLE color: 6440288.

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

Color convert

RGB 96 69 98 -
CMYK 0.02 0.30 0 0.62
HSL 295.86º 0.17% 0.33% -
HSV(B) 295.86º 0.3% 0.38% -
XYZ 9.16 7.62 12.54 -
YUV 80.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 96 69 98 0.02 0.30 0 0.62 295.86 0.17 0.33
Hex 60 45 62 2 1E 0 3E 128 11 21
Octal 140 105 142 2 36 0 76 450 21 41
Binary 1100000 1000101 1100010 10 11110 0 111110 100101000 10001 100001

Color Harmonies of #604562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604562

Black with #604562

Text Example


Text Example

White with #604562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604562; }

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

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

background-color css

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

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

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

border-color css

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

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

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