Html Css Color HEX #604861 Fedora

📋 copy color: '#604861'

red 96 ◦ green 72 ◦ blue 97

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

Shades of Fedora #604861

Tints of Fedora #604861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.6%

R = 36.23%
G = 27.17%
B = 36.6%

CMYK

 C value IS 0.01

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#604861 (or 0x604861) is known color: Fedora. HEX triplet: 60, 48 and 61. RGB value is (96,72,97). Sum of RGB (Red+Green+Blue) = 96+72+97=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 97 - color contains mainly: blue. Hex color #604861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604861 is #9FB79E. Grayscale: #515151. Windows color (decimal): -10467231 or 6375520. OLE color: 6375520.

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

Color convert

RGB 96 72 97 -
CMYK 0.01 0.26 0 0.62
HSL 297.6º 0.15% 0.33% -
HSV(B) 297.6º 0.26% 0.38% -
XYZ 9.3 7.98 12.36 -
YUV 82.03 136.45 137.97 -
System Red Green Blue C M Y K H S L
Decimal 96 72 97 0.01 0.26 0 0.62 297.6 0.15 0.33
Hex 60 48 61 1 1A 0 3E 12A F 21
Octal 140 110 141 1 32 0 76 452 17 41
Binary 1100000 1001000 1100001 1 11010 0 111110 100101010 1111 100001

Color Harmonies of #604861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604861

Black with #604861

Text Example


Text Example

White with #604861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604861; }

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

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

background-color css

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

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

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

border-color css

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

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

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