Html Css Color HEX #615067 Fedora

📋 copy color: '#615067'

red 97 ◦ green 80 ◦ blue 103

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

Shades of Fedora #615067

Tints of Fedora #615067

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.57%

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

R = 34.64%
G = 28.57%
B = 36.79%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#615067 (or 0x615067) is known color: Fedora. HEX triplet: 61, 50 and 67. RGB value is (97,80,103). Sum of RGB (Red+Green+Blue) = 97+80+103=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 103 - color contains mainly: blue. Hex color #615067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615067 is #9EAF98. Grayscale: #575757. Windows color (decimal): -10399641 or 6770785. OLE color: 6770785.

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

Color convert

RGB 97 80 103 -
CMYK 0.06 0.22 0 0.60
HSL 284.35º 0.13% 0.36% -
HSV(B) 284.35º 0.22% 0.4% -
XYZ 10.25 9.26 14.08 -
YUV 87.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 97 80 103 0.06 0.22 0 0.60 284.35 0.13 0.36
Hex 61 50 67 6 16 0 3C 11C D 24
Octal 141 120 147 6 26 0 74 434 15 44
Binary 1100001 1010000 1100111 110 10110 0 111100 100011100 1101 100100

Color Harmonies of #615067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615067

Black with #615067

Text Example


Text Example

White with #615067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615067; }

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

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

background-color css

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

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

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

border-color css

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

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

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