Html Css Color HEX #614663 Fedora

📋 copy color: '#614663'

red 97 ◦ green 70 ◦ blue 99

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

Shades of Fedora #614663

Tints of Fedora #614663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.22%

R = 36.47%
G = 26.32%
B = 37.22%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#614663 (or 0x614663) is known color: Fedora. HEX triplet: 61, 46 and 63. RGB value is (97,70,99). Sum of RGB (Red+Green+Blue) = 97+70+99=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 99 - color contains mainly: blue. Hex color #614663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614663 is #9EB99C. Grayscale: #515151. Windows color (decimal): -10402205 or 6506081. OLE color: 6506081.

HSL color Cylindrical-coordinate representation of color #614663: hue angle of 295.86º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #614663 is Cyan = 0.02, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 70 99 -
CMYK 0.02 0.29 0 0.61
HSL 295.86º 0.17% 0.33% -
HSV(B) 295.86º 0.29% 0.39% -
XYZ 9.37 7.82 12.82 -
YUV 81.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 97 70 99 0.02 0.29 0 0.61 295.86 0.17 0.33
Hex 61 46 63 2 1D 0 3D 128 11 21
Octal 141 106 143 2 35 0 75 450 21 41
Binary 1100001 1000110 1100011 10 11101 0 111101 100101000 10001 100001

Color Harmonies of #614663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614663

Black with #614663

Text Example


Text Example

White with #614663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614663; }

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

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

background-color css

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

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

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

border-color css

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

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

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