Html Css Color HEX #605864 Fedora

📋 copy color: '#605864'

red 96 ◦ green 88 ◦ blue 100

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

Shades of Fedora #605864

Tints of Fedora #605864

RGB

 RED value IS 96 (37.89% from 255) = 33.8%

 GREEN value IS 88 (34.77% from 255) = 30.99%

 BLUE value IS 100 (39.45% from 255) = 35.21%

R = 33.8%
G = 30.99%
B = 35.21%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#605864 (or 0x605864) is known color: Fedora. HEX triplet: 60, 58 and 64. RGB value is (96,88,100). Sum of RGB (Red+Green+Blue) = 96+88+100=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 100 - color contains mainly: blue. Hex color #605864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605864 is #9FA79B. Grayscale: #5B5B5B. Windows color (decimal): -10463132 or 6576224. OLE color: 6576224.

HSL color Cylindrical-coordinate representation of color #605864: hue angle of 280º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #605864 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 96 88 100 -
CMYK 0.04 0.12 0 0.61
HSL 280º 0.06% 0.37% -
HSV(B) 280º 0.12% 0.39% -
XYZ 10.61 10.39 13.5 -
YUV 91.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 96 88 100 0.04 0.12 0 0.61 280 0.06 0.37
Hex 60 58 64 4 C 0 3D 118 6 25
Octal 140 130 144 4 14 0 75 430 6 45
Binary 1100000 1011000 1100100 100 1100 0 111101 100011000 110 100101

Color Harmonies of #605864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605864

Black with #605864

Text Example


Text Example

White with #605864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605864; }

 p { color: rgb(96,88,100); }

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

background-color css

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

 a { background-color: rgb(96,88,100); }

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

border-color css

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

 span { border-color: rgb(96,88,100); }

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