Html Css Color HEX #604663 Fedora

📋 copy color: '#604663'

red 96 ◦ green 70 ◦ blue 99

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

Shades of Fedora #604663

Tints of Fedora #604663

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.42%

 BLUE value IS 99 (39.06% from 255) = 37.36%

R = 36.23%
G = 26.42%
B = 37.36%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#604663 (or 0x604663) is known color: Fedora. HEX triplet: 60, 46 and 63. RGB value is (96,70,99). Sum of RGB (Red+Green+Blue) = 96+70+99=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #604663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604663 is #9FB99C. Grayscale: #505050. Windows color (decimal): -10467741 or 6506080. OLE color: 6506080.

HSL color Cylindrical-coordinate representation of color #604663: hue angle of 293.79º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #604663 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 70 99 -
CMYK 0.03 0.29 0 0.61
HSL 293.79º 0.17% 0.33% -
HSV(B) 293.79º 0.29% 0.39% -
XYZ 9.27 7.77 12.82 -
YUV 81.08 138.11 138.64 -
System Red Green Blue C M Y K H S L
Decimal 96 70 99 0.03 0.29 0 0.61 293.79 0.17 0.33
Hex 60 46 63 3 1D 0 3D 126 11 21
Octal 140 106 143 3 35 0 75 446 21 41
Binary 1100000 1000110 1100011 11 11101 0 111101 100100110 10001 100001

Color Harmonies of #604663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604663

Black with #604663

Text Example


Text Example

White with #604663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604663; }

 p { color: rgb(96,70,99); }

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

background-color css

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

 a { background-color: rgb(96,70,99); }

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

border-color css

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

 span { border-color: rgb(96,70,99); }

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