Html Css Color HEX #614766 Fedora

📋 copy color: '#614766'

red 97 ◦ green 71 ◦ blue 102

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

Shades of Fedora #614766

Tints of Fedora #614766

RGB

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

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

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

R = 35.93%
G = 26.3%
B = 37.78%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#614766 (or 0x614766) is known color: Fedora. HEX triplet: 61, 47 and 66. RGB value is (97,71,102). Sum of RGB (Red+Green+Blue) = 97+71+102=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 71 (28.12% from 255 or 26.30% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 102 - color contains mainly: blue. Hex color #614766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614766 is #9EB899. Grayscale: #525252. Windows color (decimal): -10401946 or 6702945. OLE color: 6702945.

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

Color convert

RGB 97 71 102 -
CMYK 0.05 0.30 0 0.6
HSL 290.32º 0.18% 0.34% -
HSV(B) 290.32º 0.3% 0.4% -
XYZ 9.58 8.01 13.61 -
YUV 82.31 139.11 138.48 -
System Red Green Blue C M Y K H S L
Decimal 97 71 102 0.05 0.30 0 0.6 290.32 0.18 0.34
Hex 61 47 66 5 1E 0 3C 122 12 22
Octal 141 107 146 5 36 0 74 442 22 42
Binary 1100001 1000111 1100110 101 11110 0 111100 100100010 10010 100010

Color Harmonies of #614766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614766

Black with #614766

Text Example


Text Example

White with #614766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614766; }

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

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

background-color css

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

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

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

border-color css

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

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

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