Html Css Color HEX #614C67 Fedora

📋 copy color: '#614C67'

red 97 ◦ green 76 ◦ blue 103

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

Shades of Fedora #614C67

Tints of Fedora #614C67

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.54%

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

R = 35.14%
G = 27.54%
B = 37.32%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#614C67 (or 0x614C67) is known color: Fedora. HEX triplet: 61, 4C and 67. RGB value is (97,76,103). Sum of RGB (Red+Green+Blue) = 97+76+103=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 103 - color contains mainly: blue. Hex color #614C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C67 is #9EB398. Grayscale: #555555. Windows color (decimal): -10400665 or 6769761. OLE color: 6769761.

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

Color convert

RGB 97 76 103 -
CMYK 0.06 0.26 0 0.60
HSL 286.67º 0.15% 0.35% -
HSV(B) 286.67º 0.26% 0.4% -
XYZ 9.96 8.69 13.98 -
YUV 85.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 97 76 103 0.06 0.26 0 0.60 286.67 0.15 0.35
Hex 61 4C 67 6 1A 0 3C 11F F 23
Octal 141 114 147 6 32 0 74 437 17 43
Binary 1100001 1001100 1100111 110 11010 0 111100 100011111 1111 100011

Color Harmonies of #614C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C67

Black with #614C67

Text Example


Text Example

White with #614C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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