Html Css Color HEX #614467 Fedora

📋 copy color: '#614467'

red 97 ◦ green 68 ◦ blue 103

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

Shades of Fedora #614467

Tints of Fedora #614467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.43%

R = 36.19%
G = 25.37%
B = 38.43%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#614467 (or 0x614467) is known color: Fedora. HEX triplet: 61, 44 and 67. RGB value is (97,68,103). Sum of RGB (Red+Green+Blue) = 97+68+103=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 103 - color contains mainly: blue. Hex color #614467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614467 is #9EBB98. Grayscale: #505050. Windows color (decimal): -10402713 or 6767713. OLE color: 6767713.

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

Color convert

RGB 97 68 103 -
CMYK 0.06 0.34 0 0.60
HSL 289.71º 0.2% 0.34% -
HSV(B) 289.71º 0.34% 0.4% -
XYZ 9.45 7.65 13.81 -
YUV 80.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 97 68 103 0.06 0.34 0 0.60 289.71 0.2 0.34
Hex 61 44 67 6 22 0 3C 122 14 22
Octal 141 104 147 6 42 0 74 442 24 42
Binary 1100001 1000100 1100111 110 100010 0 111100 100100010 10100 100010

Color Harmonies of #614467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614467

Black with #614467

Text Example


Text Example

White with #614467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614467; }

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

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

background-color css

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

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

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

border-color css

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

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

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