Html Css Color HEX #614A68 Fedora

📋 copy color: '#614A68'

red 97 ◦ green 74 ◦ blue 104

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

Shades of Fedora #614A68

Tints of Fedora #614A68

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.91%

 BLUE value IS 104 (41.02% from 255) = 37.82%

R = 35.27%
G = 26.91%
B = 37.82%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#614A68 (or 0x614A68) is known color: Fedora. HEX triplet: 61, 4A and 68. RGB value is (97,74,104). Sum of RGB (Red+Green+Blue) = 97+74+104=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 104 (41.02% from 255 or 37.82% from 275); Max value from RGB is 104 - color contains mainly: blue. Hex color #614A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614A68 is #9EB597. Grayscale: #545454. Windows color (decimal): -10401176 or 6834785. OLE color: 6834785.

HSL color Cylindrical-coordinate representation of color #614A68: hue angle of 286º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #614A68 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 74 104 -
CMYK 0.07 0.29 0 0.59
HSL 286º 0.17% 0.35% -
HSV(B) 286º 0.29% 0.41% -
XYZ 9.88 8.44 14.2 -
YUV 84.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 97 74 104 0.07 0.29 0 0.59 286 0.17 0.35
Hex 61 4A 68 7 1D 0 3B 11E 11 23
Octal 141 112 150 7 35 0 73 436 21 43
Binary 1100001 1001010 1101000 111 11101 0 111011 100011110 10001 100011

Color Harmonies of #614A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A68

Black with #614A68

Text Example


Text Example

White with #614A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #614A68; }

 p { color: rgb(97,74,104); }

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

background-color css

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

 a { background-color: rgb(97,74,104); }

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

border-color css

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

 span { border-color: rgb(97,74,104); }

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