Html Css Color HEX #614F67 Fedora

📋 copy color: '#614F67'

red 97 ◦ green 79 ◦ blue 103

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

Shades of Fedora #614F67

Tints of Fedora #614F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.92%

R = 34.77%
G = 28.32%
B = 36.92%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#614F67 (or 0x614F67) is known color: Fedora. HEX triplet: 61, 4F and 67. RGB value is (97,79,103). Sum of RGB (Red+Green+Blue) = 97+79+103=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 103 - color contains mainly: blue. Hex color #614F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F67 is #9EB098. Grayscale: #575757. Windows color (decimal): -10399897 or 6770529. OLE color: 6770529.

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

Color convert

RGB 97 79 103 -
CMYK 0.06 0.23 0 0.60
HSL 285º 0.13% 0.36% -
HSV(B) 285º 0.23% 0.4% -
XYZ 10.17 9.11 14.05 -
YUV 87.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 97 79 103 0.06 0.23 0 0.60 285 0.13 0.36
Hex 61 4F 67 6 17 0 3C 11D D 24
Octal 141 117 147 6 27 0 74 435 15 44
Binary 1100001 1001111 1100111 110 10111 0 111100 100011101 1101 100100

Color Harmonies of #614F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614F67

Black with #614F67

Text Example


Text Example

White with #614F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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