Html Css Color HEX #606E73 Pale Sky

📋 copy color: '#606E73'

red 96 ◦ green 110 ◦ blue 115

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

Shades of Pale Sky #606E73

Tints of Pale Sky #606E73

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.27%

 BLUE value IS 115 (45.31% from 255) = 35.83%

R = 29.91%
G = 34.27%
B = 35.83%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#606E73 (or 0x606E73) is known color: Pale Sky. HEX triplet: 60, 6E and 73. RGB value is (96,110,115). Sum of RGB (Red+Green+Blue) = 96+110+115=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 115 - color contains mainly: blue. Hex color #606E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606E73 is #9F918C. Grayscale: #6A6A6A. Windows color (decimal): -10457485 or 7564896. OLE color: 7564896.

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

Color convert

RGB 96 110 115 -
CMYK 0.17 0.04 0 0.55
HSL 195.79º 0.09% 0.41% -
HSV(B) 195.79º 0.17% 0.45% -
XYZ 13.49 14.88 18.38 -
YUV 106.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 96 110 115 0.17 0.04 0 0.55 195.79 0.09 0.41
Hex 60 6E 73 11 4 0 37 C4 9 29
Octal 140 156 163 21 4 0 67 304 11 51
Binary 1100000 1101110 1110011 10001 100 0 110111 11000100 1001 101001

Color Harmonies of #606E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606E73

Black with #606E73

Text Example


Text Example

White with #606E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,110,115); }

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

background-color css

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

 a { background-color: rgb(96,110,115); }

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

border-color css

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

 span { border-color: rgb(96,110,115); }

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