Html Css Color HEX #614F66 Fedora

📋 copy color: '#614F66'

red 97 ◦ green 79 ◦ blue 102

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

Shades of Fedora #614F66

Tints of Fedora #614F66

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.42%

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

R = 34.89%
G = 28.42%
B = 36.69%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#614F66 (or 0x614F66) is known color: Fedora. HEX triplet: 61, 4F and 66. RGB value is (97,79,102). Sum of RGB (Red+Green+Blue) = 97+79+102=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 102 - color contains mainly: blue. Hex color #614F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F66 is #9EB099. Grayscale: #565656. Windows color (decimal): -10399898 or 6704993. OLE color: 6704993.

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

Color convert

RGB 97 79 102 -
CMYK 0.05 0.23 0 0.6
HSL 286.96º 0.13% 0.35% -
HSV(B) 286.96º 0.23% 0.4% -
XYZ 10.12 9.09 13.79 -
YUV 87 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 97 79 102 0.05 0.23 0 0.6 286.96 0.13 0.35
Hex 61 4F 66 5 17 0 3C 11F D 23
Octal 141 117 146 5 27 0 74 437 15 43
Binary 1100001 1001111 1100110 101 10111 0 111100 100011111 1101 100011

Color Harmonies of #614F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F66

Black with #614F66

Text Example


Text Example

White with #614F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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