Html Css Color HEX #614365 Fedora

📋 copy color: '#614365'

red 97 ◦ green 67 ◦ blue 101

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

Shades of Fedora #614365

Tints of Fedora #614365

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.28%

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

R = 36.6%
G = 25.28%
B = 38.11%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#614365 (or 0x614365) is known color: Fedora. HEX triplet: 61, 43 and 65. RGB value is (97,67,101). Sum of RGB (Red+Green+Blue) = 97+67+101=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 101 - color contains mainly: blue. Hex color #614365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614365 is #9EBC9A. Grayscale: #4F4F4F. Windows color (decimal): -10402971 or 6636385. OLE color: 6636385.

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

Color convert

RGB 97 67 101 -
CMYK 0.04 0.34 0 0.60
HSL 292.94º 0.2% 0.33% -
HSV(B) 292.94º 0.34% 0.4% -
XYZ 9.29 7.5 13.27 -
YUV 79.85 139.94 140.24 -
System Red Green Blue C M Y K H S L
Decimal 97 67 101 0.04 0.34 0 0.60 292.94 0.2 0.33
Hex 61 43 65 4 22 0 3C 125 14 21
Octal 141 103 145 4 42 0 74 445 24 41
Binary 1100001 1000011 1100101 100 100010 0 111100 100100101 10100 100001

Color Harmonies of #614365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614365

Black with #614365

Text Example


Text Example

White with #614365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614365; }

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

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

background-color css

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

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

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

border-color css

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

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

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