Html Css Color HEX #614866 Fedora

📋 copy color: '#614866'

red 97 ◦ green 72 ◦ blue 102

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

Shades of Fedora #614866

Tints of Fedora #614866

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

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

R = 35.79%
G = 26.57%
B = 37.64%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#614866 (or 0x614866) is known color: Fedora. HEX triplet: 61, 48 and 66. RGB value is (97,72,102). Sum of RGB (Red+Green+Blue) = 97+72+102=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 102 - color contains mainly: blue. Hex color #614866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614866 is #9EB799. Grayscale: #525252. Windows color (decimal): -10401690 or 6703201. OLE color: 6703201.

HSL color Cylindrical-coordinate representation of color #614866: hue angle of 290º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #614866 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 97 72 102 -
CMYK 0.05 0.29 0 0.6
HSL 290º 0.17% 0.34% -
HSV(B) 290º 0.29% 0.4% -
XYZ 9.65 8.14 13.63 -
YUV 82.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 97 72 102 0.05 0.29 0 0.6 290 0.17 0.34
Hex 61 48 66 5 1D 0 3C 122 11 22
Octal 141 110 146 5 35 0 74 442 21 42
Binary 1100001 1001000 1100110 101 11101 0 111100 100100010 10001 100010

Color Harmonies of #614866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614866

Black with #614866

Text Example


Text Example

White with #614866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614866; }

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

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

background-color css

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

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

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

border-color css

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

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

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