Html Css Color HEX #605362 Fedora

📋 copy color: '#605362'

red 96 ◦ green 83 ◦ blue 98

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

Shades of Fedora #605362

Tints of Fedora #605362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.38%

R = 34.66%
G = 29.96%
B = 35.38%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#605362 (or 0x605362) is known color: Fedora. HEX triplet: 60, 53 and 62. RGB value is (96,83,98). Sum of RGB (Red+Green+Blue) = 96+83+98=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 98 - color contains mainly: blue. Hex color #605362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605362 is #9FAC9D. Grayscale: #585858. Windows color (decimal): -10464414 or 6443872. OLE color: 6443872.

HSL color Cylindrical-coordinate representation of color #605362: hue angle of 292º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #605362 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 83 98 -
CMYK 0.02 0.15 0 0.62
HSL 292º 0.08% 0.35% -
HSV(B) 292º 0.15% 0.38% -
XYZ 10.12 9.56 12.87 -
YUV 88.6 133.31 133.28 -
System Red Green Blue C M Y K H S L
Decimal 96 83 98 0.02 0.15 0 0.62 292 0.08 0.35
Hex 60 53 62 2 F 0 3E 124 8 23
Octal 140 123 142 2 17 0 76 444 10 43
Binary 1100000 1010011 1100010 10 1111 0 111110 100100100 1000 100011

Color Harmonies of #605362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605362

Black with #605362

Text Example


Text Example

White with #605362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605362; }

 p { color: rgb(96,83,98); }

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

background-color css

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

 a { background-color: rgb(96,83,98); }

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

border-color css

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

 span { border-color: rgb(96,83,98); }

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