Html Css Color HEX #60686B Pale Sky

📋 copy color: '#60686B'

red 96 ◦ green 104 ◦ blue 107

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

Shades of Pale Sky #60686B

Tints of Pale Sky #60686B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.88%

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 31.27%
G = 33.88%
B = 34.85%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60686B (or 0x60686B) is known color: Pale Sky. HEX triplet: 60, 68 and 6B. RGB value is (96,104,107). Sum of RGB (Red+Green+Blue) = 96+104+107=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 104 (41.02% from 255 or 33.88% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 107 - color contains mainly: blue. Hex color #60686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60686B is #9F9794. Grayscale: #656565. Windows color (decimal): -10459029 or 7039072. OLE color: 7039072.

HSL color Cylindrical-coordinate representation of color #60686B: hue angle of 196.36º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #60686B is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 104 107 -
CMYK 0.10 0.03 0 0.58
HSL 196.36º 0.05% 0.4% -
HSV(B) 196.36º 0.1% 0.42% -
XYZ 12.43 13.45 15.85 -
YUV 101.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 96 104 107 0.10 0.03 0 0.58 196.36 0.05 0.4
Hex 60 68 6B A 3 0 3A C4 5 28
Octal 140 150 153 12 3 0 72 304 5 50
Binary 1100000 1101000 1101011 1010 11 0 111010 11000100 101 101000

Color Harmonies of #60686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60686B

Black with #60686B

Text Example


Text Example

White with #60686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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