Html Css Color HEX #605663 Fedora

📋 copy color: '#605663'

red 96 ◦ green 86 ◦ blue 99

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

Shades of Fedora #605663

Tints of Fedora #605663

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.6%

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

R = 34.16%
G = 30.6%
B = 35.23%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#605663 (or 0x605663) is known color: Fedora. HEX triplet: 60, 56 and 63. RGB value is (96,86,99). Sum of RGB (Red+Green+Blue) = 96+86+99=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 99 - color contains mainly: blue. Hex color #605663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605663 is #9FA99C. Grayscale: #5A5A5A. Windows color (decimal): -10463645 or 6510176. OLE color: 6510176.

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

Color convert

RGB 96 86 99 -
CMYK 0.03 0.13 0 0.61
HSL 286.15º 0.07% 0.36% -
HSV(B) 286.15º 0.13% 0.39% -
XYZ 10.4 10.04 13.19 -
YUV 90.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 96 86 99 0.03 0.13 0 0.61 286.15 0.07 0.36
Hex 60 56 63 3 D 0 3D 11E 7 24
Octal 140 126 143 3 15 0 75 436 7 44
Binary 1100000 1010110 1100011 11 1101 0 111101 100011110 111 100100

Color Harmonies of #605663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605663

Black with #605663

Text Example


Text Example

White with #605663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605663; }

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

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

background-color css

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

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

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

border-color css

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

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

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