Html Css Color HEX #614665 Fedora

📋 copy color: '#614665'

red 97 ◦ green 70 ◦ blue 101

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

Shades of Fedora #614665

Tints of Fedora #614665

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.12%

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

R = 36.19%
G = 26.12%
B = 37.69%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#614665 (or 0x614665) is known color: Fedora. HEX triplet: 61, 46 and 65. RGB value is (97,70,101). Sum of RGB (Red+Green+Blue) = 97+70+101=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 101 - color contains mainly: blue. Hex color #614665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614665 is #9EB99A. Grayscale: #515151. Windows color (decimal): -10402203 or 6637153. OLE color: 6637153.

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

Color convert

RGB 97 70 101 -
CMYK 0.04 0.31 0 0.60
HSL 292.26º 0.18% 0.34% -
HSV(B) 292.26º 0.31% 0.4% -
XYZ 9.47 7.86 13.33 -
YUV 81.61 138.95 138.98 -
System Red Green Blue C M Y K H S L
Decimal 97 70 101 0.04 0.31 0 0.60 292.26 0.18 0.34
Hex 61 46 65 4 1F 0 3C 124 12 22
Octal 141 106 145 4 37 0 74 444 22 42
Binary 1100001 1000110 1100101 100 11111 0 111100 100100100 10010 100010

Color Harmonies of #614665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614665

Black with #614665

Text Example


Text Example

White with #614665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614665; }

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

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

background-color css

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

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

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

border-color css

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

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

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