Html Css Color HEX #604362 Fedora

📋 copy color: '#604362'

red 96 ◦ green 67 ◦ blue 98

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

Shades of Fedora #604362

Tints of Fedora #604362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

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

R = 36.78%
G = 25.67%
B = 37.55%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#604362 (or 0x604362) is known color: Fedora. HEX triplet: 60, 43 and 62. RGB value is (96,67,98). Sum of RGB (Red+Green+Blue) = 96+67+98=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 98 - color contains mainly: blue. Hex color #604362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604362 is #9FBC9D. Grayscale: #4F4F4F. Windows color (decimal): -10468510 or 6439776. OLE color: 6439776.

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

Color convert

RGB 96 67 98 -
CMYK 0.02 0.32 0 0.62
HSL 296.13º 0.19% 0.32% -
HSV(B) 296.13º 0.32% 0.38% -
XYZ 9.04 7.38 12.5 -
YUV 79.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 96 67 98 0.02 0.32 0 0.62 296.13 0.19 0.32
Hex 60 43 62 2 20 0 3E 128 13 20
Octal 140 103 142 2 40 0 76 450 23 40
Binary 1100000 1000011 1100010 10 100000 0 111110 100101000 10011 100000

Color Harmonies of #604362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604362

Black with #604362

Text Example


Text Example

White with #604362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604362; }

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

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

background-color css

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

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

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

border-color css

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

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

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