Html Css Color HEX #615069 Fedora

📋 copy color: '#615069'

red 97 ◦ green 80 ◦ blue 105

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

Shades of Fedora #615069

Tints of Fedora #615069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.23%

R = 34.4%
G = 28.37%
B = 37.23%

CMYK

 C value IS 0.08

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#615069 (or 0x615069) is known color: Fedora. HEX triplet: 61, 50 and 69. RGB value is (97,80,105). Sum of RGB (Red+Green+Blue) = 97+80+105=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 105 - color contains mainly: blue. Hex color #615069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615069 is #9EAF96. Grayscale: #575757. Windows color (decimal): -10399639 or 6901857. OLE color: 6901857.

HSL color Cylindrical-coordinate representation of color #615069: hue angle of 280.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #615069 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 80 105 -
CMYK 0.08 0.24 0 0.59
HSL 280.8º 0.14% 0.36% -
HSV(B) 280.8º 0.24% 0.41% -
XYZ 10.35 9.3 14.61 -
YUV 87.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 97 80 105 0.08 0.24 0 0.59 280.8 0.14 0.36
Hex 61 50 69 8 18 0 3B 119 E 24
Octal 141 120 151 10 30 0 73 431 16 44
Binary 1100001 1010000 1101001 1000 11000 0 111011 100011001 1110 100100

Color Harmonies of #615069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615069

Black with #615069

Text Example


Text Example

White with #615069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615069; }

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

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

background-color css

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

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

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

border-color css

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

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

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