Html Css Color HEX #614666 Fedora

📋 copy color: '#614666'

red 97 ◦ green 70 ◦ blue 102

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

Shades of Fedora #614666

Tints of Fedora #614666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.92%

R = 36.06%
G = 26.02%
B = 37.92%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#614666 (or 0x614666) is known color: Fedora. HEX triplet: 61, 46 and 66. RGB value is (97,70,102). Sum of RGB (Red+Green+Blue) = 97+70+102=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: blue. Hex color #614666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614666 is #9EB999. Grayscale: #515151. Windows color (decimal): -10402202 or 6702689. OLE color: 6702689.

HSL color Cylindrical-coordinate representation of color #614666: hue angle of 290.62º degrees, saturation: 0.19, 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 #614666 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 70 102 -
CMYK 0.05 0.31 0 0.6
HSL 290.63º 0.19% 0.34% -
HSV(B) 290.63º 0.31% 0.4% -
XYZ 9.52 7.88 13.59 -
YUV 81.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 97 70 102 0.05 0.31 0 0.6 290.63 0.19 0.34
Hex 61 46 66 5 1F 0 3C 123 13 22
Octal 141 106 146 5 37 0 74 443 23 42
Binary 1100001 1000110 1100110 101 11111 0 111100 100100011 10011 100010

Color Harmonies of #614666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614666

Black with #614666

Text Example


Text Example

White with #614666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614666; }

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

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

background-color css

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

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

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

border-color css

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

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

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