Html Css Color HEX #606255 Chicago

📋 copy color: '#606255'

red 96 ◦ green 98 ◦ blue 85

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

Shades of Chicago #606255

Tints of Chicago #606255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.13%

 BLUE value IS 85 (33.59% from 255) = 30.47%

R = 34.41%
G = 35.13%
B = 30.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#606255 (or 0x606255) is known color: Chicago. HEX triplet: 60, 62 and 55. RGB value is (96,98,85). Sum of RGB (Red+Green+Blue) = 96+98+85=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 98 - color contains mainly: green. Hex color #606255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606255 is #9F9DAA. Grayscale: #5F5F5F. Windows color (decimal): -10460587 or 5595744. OLE color: 5595744.

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

Color convert

RGB 96 98 85 -
CMYK 0.02 0 0.13 0.62
HSL 69.23º 0.07% 0.36% -
HSV(B) 69.23º 0.13% 0.38% -
XYZ 10.83 11.88 10.32 -
YUV 95.92 121.84 128.06 -
System Red Green Blue C M Y K H S L
Decimal 96 98 85 0.02 0 0.13 0.62 69.23 0.07 0.36
Hex 60 62 55 2 0 D 3E 45 7 24
Octal 140 142 125 2 0 15 76 105 7 44
Binary 1100000 1100010 1010101 10 0 1101 111110 1000101 111 100100

Color Harmonies of #606255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606255

Black with #606255

Text Example


Text Example

White with #606255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606255; }

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

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

background-color css

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

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

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

border-color css

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

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

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