Html Css Color HEX #605262 Fedora

📋 copy color: '#605262'

red 96 ◦ green 82 ◦ blue 98

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

Shades of Fedora #605262

Tints of Fedora #605262

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.71%

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

R = 34.78%
G = 29.71%
B = 35.51%

CMYK

 C value IS 0.02

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#605262 (or 0x605262) is known color: Fedora. HEX triplet: 60, 52 and 62. RGB value is (96,82,98). Sum of RGB (Red+Green+Blue) = 96+82+98=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 98 - color contains mainly: blue. Hex color #605262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605262 is #9FAD9D. Grayscale: #575757. Windows color (decimal): -10464670 or 6443616. OLE color: 6443616.

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

Color convert

RGB 96 82 98 -
CMYK 0.02 0.16 0 0.62
HSL 292.5º 0.09% 0.35% -
HSV(B) 292.5º 0.16% 0.38% -
XYZ 10.05 9.4 12.84 -
YUV 88.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 96 82 98 0.02 0.16 0 0.62 292.5 0.09 0.35
Hex 60 52 62 2 10 0 3E 124 9 23
Octal 140 122 142 2 20 0 76 444 11 43
Binary 1100000 1010010 1100010 10 10000 0 111110 100100100 1001 100011

Color Harmonies of #605262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605262

Black with #605262

Text Example


Text Example

White with #605262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605262; }

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

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

background-color css

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

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

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

border-color css

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

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

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