Html Css Color HEX #615068 Fedora

📋 copy color: '#615068'

red 97 ◦ green 80 ◦ blue 104

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

Shades of Fedora #615068

Tints of Fedora #615068

RGB

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

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

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

R = 34.52%
G = 28.47%
B = 37.01%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#615068 (or 0x615068) is known color: Fedora. HEX triplet: 61, 50 and 68. RGB value is (97,80,104). Sum of RGB (Red+Green+Blue) = 97+80+104=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 104 (41.02% from 255 or 37.01% from 281); Max value from RGB is 104 - color contains mainly: blue. Hex color #615068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615068 is #9EAF97. Grayscale: #575757. Windows color (decimal): -10399640 or 6836321. OLE color: 6836321.

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

Color convert

RGB 97 80 104 -
CMYK 0.07 0.23 0 0.59
HSL 282.5º 0.13% 0.36% -
HSV(B) 282.5º 0.23% 0.41% -
XYZ 10.3 9.28 14.34 -
YUV 87.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 97 80 104 0.07 0.23 0 0.59 282.5 0.13 0.36
Hex 61 50 68 7 17 0 3B 11A D 24
Octal 141 120 150 7 27 0 73 432 15 44
Binary 1100001 1010000 1101000 111 10111 0 111011 100011010 1101 100100

Color Harmonies of #615068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615068

Black with #615068

Text Example


Text Example

White with #615068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615068; }

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

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

background-color css

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

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

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

border-color css

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

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

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