Html Css Color HEX #615368 Fedora

📋 copy color: '#615368'

red 97 ◦ green 83 ◦ blue 104

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

Shades of Fedora #615368

Tints of Fedora #615368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.23%

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

R = 34.15%
G = 29.23%
B = 36.62%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#615368 (or 0x615368) is known color: Fedora. HEX triplet: 61, 53 and 68. RGB value is (97,83,104). Sum of RGB (Red+Green+Blue) = 97+83+104=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 104 - color contains mainly: blue. Hex color #615368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615368 is #9EAC97. Grayscale: #595959. Windows color (decimal): -10398872 or 6837089. OLE color: 6837089.

HSL color Cylindrical-coordinate representation of color #615368: hue angle of 280º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #615368 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 83 104 -
CMYK 0.07 0.20 0 0.59
HSL 280º 0.11% 0.37% -
HSV(B) 280º 0.2% 0.41% -
XYZ 10.52 9.73 14.42 -
YUV 89.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 97 83 104 0.07 0.20 0 0.59 280 0.11 0.37
Hex 61 53 68 7 14 0 3B 118 B 25
Octal 141 123 150 7 24 0 73 430 13 45
Binary 1100001 1010011 1101000 111 10100 0 111011 100011000 1011 100101

Color Harmonies of #615368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615368

Black with #615368

Text Example


Text Example

White with #615368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615368; }

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

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

background-color css

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

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

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

border-color css

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

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

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