Html Css Color HEX #605267 Fedora

📋 copy color: '#605267'

red 96 ◦ green 82 ◦ blue 103

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

Shades of Fedora #605267

Tints of Fedora #605267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.65%

R = 34.16%
G = 29.18%
B = 36.65%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#605267 (or 0x605267) is known color: Fedora. HEX triplet: 60, 52 and 67. RGB value is (96,82,103). Sum of RGB (Red+Green+Blue) = 96+82+103=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 103 - color contains mainly: blue. Hex color #605267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605267 is #9FAD98. Grayscale: #585858. Windows color (decimal): -10464665 or 6771296. OLE color: 6771296.

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

Color convert

RGB 96 82 103 -
CMYK 0.07 0.20 0 0.60
HSL 280º 0.11% 0.36% -
HSV(B) 280º 0.2% 0.4% -
XYZ 10.29 9.5 14.12 -
YUV 88.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 96 82 103 0.07 0.20 0 0.60 280 0.11 0.36
Hex 60 52 67 7 14 0 3C 118 B 24
Octal 140 122 147 7 24 0 74 430 13 44
Binary 1100000 1010010 1100111 111 10100 0 111100 100011000 1011 100100

Color Harmonies of #605267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605267

Black with #605267

Text Example


Text Example

White with #605267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605267; }

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

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

background-color css

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

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

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

border-color css

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

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

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