Html Css Color HEX #614A66 Fedora

📋 copy color: '#614A66'

red 97 ◦ green 74 ◦ blue 102

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

Shades of Fedora #614A66

Tints of Fedora #614A66

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.11%

 BLUE value IS 102 (40.23% from 255) = 37.36%

R = 35.53%
G = 27.11%
B = 37.36%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#614A66 (or 0x614A66) is known color: Fedora. HEX triplet: 61, 4A and 66. RGB value is (97,74,102). Sum of RGB (Red+Green+Blue) = 97+74+102=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 102 - color contains mainly: blue. Hex color #614A66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A66 is #9EB599. Grayscale: #535353. Windows color (decimal): -10401178 or 6703713. OLE color: 6703713.

HSL color Cylindrical-coordinate representation of color #614A66: hue angle of 289.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #614A66 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 74 102 -
CMYK 0.05 0.27 0 0.6
HSL 289.29º 0.16% 0.35% -
HSV(B) 289.29º 0.27% 0.4% -
XYZ 9.78 8.4 13.68 -
YUV 84.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 97 74 102 0.05 0.27 0 0.6 289.29 0.16 0.35
Hex 61 4A 66 5 1B 0 3C 121 10 23
Octal 141 112 146 5 33 0 74 441 20 43
Binary 1100001 1001010 1100110 101 11011 0 111100 100100001 10000 100011

Color Harmonies of #614A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A66

Black with #614A66

Text Example


Text Example

White with #614A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,74,102); }

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

background-color css

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

 a { background-color: rgb(97,74,102); }

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

border-color css

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

 span { border-color: rgb(97,74,102); }

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