Html Css Color HEX #614C63 Fedora

📋 copy color: '#614C63'

red 97 ◦ green 76 ◦ blue 99

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

Shades of Fedora #614C63

Tints of Fedora #614C63

RGB

 RED value IS 97 (38.28% from 255) = 35.66%

 GREEN value IS 76 (30.08% from 255) = 27.94%

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

R = 35.66%
G = 27.94%
B = 36.4%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#614C63 (or 0x614C63) is known color: Fedora. HEX triplet: 61, 4C and 63. RGB value is (97,76,99). Sum of RGB (Red+Green+Blue) = 97+76+99=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 99 - color contains mainly: blue. Hex color #614C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C63 is #9EB39C. Grayscale: #545454. Windows color (decimal): -10400669 or 6507617. OLE color: 6507617.

HSL color Cylindrical-coordinate representation of color #614C63: hue angle of 294.78º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #614C63 is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 76 99 -
CMYK 0.02 0.23 0 0.61
HSL 294.78º 0.13% 0.34% -
HSV(B) 294.78º 0.23% 0.39% -
XYZ 9.77 8.61 12.95 -
YUV 84.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 97 76 99 0.02 0.23 0 0.61 294.78 0.13 0.34
Hex 61 4C 63 2 17 0 3D 127 D 22
Octal 141 114 143 2 27 0 75 447 15 42
Binary 1100001 1001100 1100011 10 10111 0 111101 100100111 1101 100010

Color Harmonies of #614C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C63

Black with #614C63

Text Example


Text Example

White with #614C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614C63; }

 p { color: rgb(97,76,99); }

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

background-color css

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

 a { background-color: rgb(97,76,99); }

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

border-color css

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

 span { border-color: rgb(97,76,99); }

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