Html Css Color HEX #614466 Fedora

📋 copy color: '#614466'

red 97 ◦ green 68 ◦ blue 102

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

Shades of Fedora #614466

Tints of Fedora #614466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.47%

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

R = 36.33%
G = 25.47%
B = 38.2%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#614466 (or 0x614466) is known color: Fedora. HEX triplet: 61, 44 and 66. RGB value is (97,68,102). Sum of RGB (Red+Green+Blue) = 97+68+102=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 102 - color contains mainly: blue. Hex color #614466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614466 is #9EBB99. Grayscale: #505050. Windows color (decimal): -10402714 or 6702177. OLE color: 6702177.

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

Color convert

RGB 97 68 102 -
CMYK 0.05 0.33 0 0.6
HSL 291.18º 0.2% 0.33% -
HSV(B) 291.18º 0.33% 0.4% -
XYZ 9.4 7.63 13.55 -
YUV 80.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 97 68 102 0.05 0.33 0 0.6 291.18 0.2 0.33
Hex 61 44 66 5 21 0 3C 123 14 21
Octal 141 104 146 5 41 0 74 443 24 41
Binary 1100001 1000100 1100110 101 100001 0 111100 100100011 10100 100001

Color Harmonies of #614466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614466

Black with #614466

Text Example


Text Example

White with #614466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614466; }

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

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

background-color css

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

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

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

border-color css

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

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

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