Html Css Color HEX #605268 Fedora

📋 copy color: '#605268'

red 96 ◦ green 82 ◦ blue 104

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

Shades of Fedora #605268

Tints of Fedora #605268

RGB

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

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

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

R = 34.04%
G = 29.08%
B = 36.88%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#605268 (or 0x605268) is known color: Fedora. HEX triplet: 60, 52 and 68. RGB value is (96,82,104). Sum of RGB (Red+Green+Blue) = 96+82+104=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #605268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605268 is #9FAD97. Grayscale: #585858. Windows color (decimal): -10464664 or 6836832. OLE color: 6836832.

HSL color Cylindrical-coordinate representation of color #605268: hue angle of 278.18º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #605268 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 96 82 104 -
CMYK 0.08 0.21 0 0.59
HSL 278.18º 0.12% 0.36% -
HSV(B) 278.18º 0.21% 0.41% -
XYZ 10.34 9.52 14.39 -
YUV 88.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 96 82 104 0.08 0.21 0 0.59 278.18 0.12 0.36
Hex 60 52 68 8 15 0 3B 116 C 24
Octal 140 122 150 10 25 0 73 426 14 44
Binary 1100000 1010010 1101000 1000 10101 0 111011 100010110 1100 100100

Color Harmonies of #605268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605268

Black with #605268

Text Example


Text Example

White with #605268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605268; }

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

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

background-color css

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

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

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

border-color css

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

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

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