Html Css Color HEX #60696D Pale Sky

📋 copy color: '#60696D'

red 96 ◦ green 105 ◦ blue 109

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

Shades of Pale Sky #60696D

Tints of Pale Sky #60696D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.87%

 BLUE value IS 109 (42.97% from 255) = 35.16%

R = 30.97%
G = 33.87%
B = 35.16%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60696D (or 0x60696D) is known color: Pale Sky. HEX triplet: 60, 69 and 6D. RGB value is (96,105,109). Sum of RGB (Red+Green+Blue) = 96+105+109=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 105 (41.41% from 255 or 33.87% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 109 - color contains mainly: blue. Hex color #60696D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60696D is #9F9692. Grayscale: #666666. Windows color (decimal): -10458771 or 7170400. OLE color: 7170400.

HSL color Cylindrical-coordinate representation of color #60696D: hue angle of 198.46º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #60696D is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 105 109 -
CMYK 0.12 0.04 0 0.57
HSL 198.46º 0.06% 0.4% -
HSV(B) 198.46º 0.12% 0.43% -
XYZ 12.64 13.69 16.45 -
YUV 102.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 96 105 109 0.12 0.04 0 0.57 198.46 0.06 0.4
Hex 60 69 6D C 4 0 39 C6 6 28
Octal 140 151 155 14 4 0 71 306 6 50
Binary 1100000 1101001 1101101 1100 100 0 111001 11000110 110 101000

Color Harmonies of #60696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60696D

Black with #60696D

Text Example


Text Example

White with #60696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60696D; }

 p { color: rgb(96,105,109); }

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

background-color css

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

 a { background-color: rgb(96,105,109); }

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

border-color css

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

 span { border-color: rgb(96,105,109); }

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