Html Css Color HEX #606D72 Pale Sky

📋 copy color: '#606D72'

red 96 ◦ green 109 ◦ blue 114

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

Shades of Pale Sky #606D72

Tints of Pale Sky #606D72

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.17%

 BLUE value IS 114 (44.92% from 255) = 35.74%

R = 30.09%
G = 34.17%
B = 35.74%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#606D72 (or 0x606D72) is known color: Pale Sky. HEX triplet: 60, 6D and 72. RGB value is (96,109,114). Sum of RGB (Red+Green+Blue) = 96+109+114=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 114 - color contains mainly: blue. Hex color #606D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D72 is #9F928D. Grayscale: #696969. Windows color (decimal): -10457742 or 7499104. OLE color: 7499104.

HSL color Cylindrical-coordinate representation of color #606D72: hue angle of 196.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #606D72 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 109 114 -
CMYK 0.16 0.04 0 0.55
HSL 196.67º 0.09% 0.41% -
HSV(B) 196.67º 0.16% 0.45% -
XYZ 13.33 14.64 18.04 -
YUV 105.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 96 109 114 0.16 0.04 0 0.55 196.67 0.09 0.41
Hex 60 6D 72 10 4 0 37 C5 9 29
Octal 140 155 162 20 4 0 67 305 11 51
Binary 1100000 1101101 1110010 10000 100 0 110111 11000101 1001 101001

Color Harmonies of #606D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D72

Black with #606D72

Text Example


Text Example

White with #606D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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