Html Css Color HEX #614661 Fedora

📋 copy color: '#614661'

red 97 ◦ green 70 ◦ blue 97

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

Shades of Fedora #614661

Tints of Fedora #614661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.74%

R = 36.74%
G = 26.52%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#614661 (or 0x614661) is known color: Fedora. HEX triplet: 61, 46 and 61. RGB value is (97,70,97). Sum of RGB (Red+Green+Blue) = 97+70+97=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #614661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614661 is #9EB99E. Grayscale: #515151. Windows color (decimal): -10402207 or 6375009. OLE color: 6375009.

HSL color Cylindrical-coordinate representation of color #614661: hue angle of 300º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #614661 is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 70 97 -
CMYK 0 0.28 0 0.62
HSL 300º 0.16% 0.33% -
HSV(B) 300º 0.28% 0.38% -
XYZ 9.28 7.78 12.32 -
YUV 81.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 97 70 97 0 0.28 0 0.62 300 0.16 0.33
Hex 61 46 61 0 1C 0 3E 12C 10 21
Octal 141 106 141 0 34 0 76 454 20 41
Binary 1100001 1000110 1100001 0 11100 0 111110 100101100 10000 100001

Color Harmonies of #614661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614661

Black with #614661

Text Example


Text Example

White with #614661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614661; }

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

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

background-color css

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

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

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

border-color css

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

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

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