Html Css Color HEX #614967 Fedora

📋 copy color: '#614967'

red 97 ◦ green 73 ◦ blue 103

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

Shades of Fedora #614967

Tints of Fedora #614967

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.74%

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

R = 35.53%
G = 26.74%
B = 37.73%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#614967 (or 0x614967) is known color: Fedora. HEX triplet: 61, 49 and 67. RGB value is (97,73,103). Sum of RGB (Red+Green+Blue) = 97+73+103=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 103 - color contains mainly: blue. Hex color #614967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614967 is #9EB698. Grayscale: #535353. Windows color (decimal): -10401433 or 6768993. OLE color: 6768993.

HSL color Cylindrical-coordinate representation of color #614967: hue angle of 288º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #614967 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 73 103 -
CMYK 0.06 0.29 0 0.60
HSL 288º 0.17% 0.35% -
HSV(B) 288º 0.29% 0.4% -
XYZ 9.76 8.29 13.92 -
YUV 83.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 97 73 103 0.06 0.29 0 0.60 288 0.17 0.35
Hex 61 49 67 6 1D 0 3C 120 11 23
Octal 141 111 147 6 35 0 74 440 21 43
Binary 1100001 1001001 1100111 110 11101 0 111100 100100000 10001 100011

Color Harmonies of #614967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614967

Black with #614967

Text Example


Text Example

White with #614967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614967; }

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

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

background-color css

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

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

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

border-color css

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

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

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