Html Css Color HEX #615467 Fedora

📋 copy color: '#615467'

red 97 ◦ green 84 ◦ blue 103

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

Shades of Fedora #615467

Tints of Fedora #615467

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.58%

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

R = 34.15%
G = 29.58%
B = 36.27%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#615467 (or 0x615467) is known color: Fedora. HEX triplet: 61, 54 and 67. RGB value is (97,84,103). Sum of RGB (Red+Green+Blue) = 97+84+103=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 103 - color contains mainly: blue. Hex color #615467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615467 is #9EAB98. Grayscale: #595959. Windows color (decimal): -10398617 or 6771809. OLE color: 6771809.

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

Color convert

RGB 97 84 103 -
CMYK 0.06 0.18 0 0.60
HSL 281.05º 0.1% 0.37% -
HSV(B) 281.05º 0.18% 0.4% -
XYZ 10.55 9.86 14.18 -
YUV 90.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 97 84 103 0.06 0.18 0 0.60 281.05 0.1 0.37
Hex 61 54 67 6 12 0 3C 119 A 25
Octal 141 124 147 6 22 0 74 431 12 45
Binary 1100001 1010100 1100111 110 10010 0 111100 100011001 1010 100101

Color Harmonies of #615467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615467

Black with #615467

Text Example


Text Example

White with #615467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615467; }

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

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

background-color css

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

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

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

border-color css

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

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

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