Html Css Color HEX #614765 Fedora

📋 copy color: '#614765'

red 97 ◦ green 71 ◦ blue 101

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

Shades of Fedora #614765

Tints of Fedora #614765

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.39%

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 36.06%
G = 26.39%
B = 37.55%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#614765 (or 0x614765) is known color: Fedora. HEX triplet: 61, 47 and 65. RGB value is (97,71,101). Sum of RGB (Red+Green+Blue) = 97+71+101=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 101 - color contains mainly: blue. Hex color #614765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614765 is #9EB89A. Grayscale: #525252. Windows color (decimal): -10401947 or 6637409. OLE color: 6637409.

HSL color Cylindrical-coordinate representation of color #614765: hue angle of 292º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #614765 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 71 101 -
CMYK 0.04 0.30 0 0.60
HSL 292º 0.17% 0.34% -
HSV(B) 292º 0.3% 0.4% -
XYZ 9.53 7.99 13.35 -
YUV 82.19 138.61 138.56 -
System Red Green Blue C M Y K H S L
Decimal 97 71 101 0.04 0.30 0 0.60 292 0.17 0.34
Hex 61 47 65 4 1E 0 3C 124 11 22
Octal 141 107 145 4 36 0 74 444 21 42
Binary 1100001 1000111 1100101 100 11110 0 111100 100100100 10001 100010

Color Harmonies of #614765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614765

Black with #614765

Text Example


Text Example

White with #614765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614765; }

 p { color: rgb(97,71,101); }

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

background-color css

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

 a { background-color: rgb(97,71,101); }

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

border-color css

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

 span { border-color: rgb(97,71,101); }

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