Html Css Color HEX #614667 Fedora

📋 copy color: '#614667'

red 97 ◦ green 70 ◦ blue 103

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

Shades of Fedora #614667

Tints of Fedora #614667

RGB

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

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

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

R = 35.93%
G = 25.93%
B = 38.15%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#614667 (or 0x614667) is known color: Fedora. HEX triplet: 61, 46 and 67. RGB value is (97,70,103). Sum of RGB (Red+Green+Blue) = 97+70+103=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 103 (40.62% from 255 or 38.15% from 270); Max value from RGB is 103 - color contains mainly: blue. Hex color #614667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614667 is #9EB998. Grayscale: #515151. Windows color (decimal): -10402201 or 6768225. OLE color: 6768225.

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

Color convert

RGB 97 70 103 -
CMYK 0.06 0.32 0 0.60
HSL 289.09º 0.19% 0.34% -
HSV(B) 289.09º 0.32% 0.4% -
XYZ 9.57 7.9 13.85 -
YUV 81.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 97 70 103 0.06 0.32 0 0.60 289.09 0.19 0.34
Hex 61 46 67 6 20 0 3C 121 13 22
Octal 141 106 147 6 40 0 74 441 23 42
Binary 1100001 1000110 1100111 110 100000 0 111100 100100001 10011 100010

Color Harmonies of #614667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614667

Black with #614667

Text Example


Text Example

White with #614667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614667; }

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

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

background-color css

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

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

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

border-color css

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

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

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