#606C72

Color #606C72 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #606C72

Tints of Pale Sky #606C72

Color information

#606C72 (or 0x606C72) is unknown color: approx Pale Sky. HEX triplet: 60, 6C and 72. RGB value is (96,108,114). Sum of RGB (Red+Green+Blue) = 96+108+114=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 114 - color contains mainly: blue. Hex color #606C72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C72 is #9F938D. Grayscale: #696969. Windows color (decimal): -10457998 or 7498848. OLE color: 7498848.

HSL color Cylindrical-coordinate representation of color #606C72: hue angle of 200º 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 #606C72 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB96108114-
CMYK0.160.0500.55
HSL200º8.57%41.18%-
HSV(B)200º15.79%44.71%-
XYZ13.2214.4318.01-
YUV105.1133.02121.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 108 (42.58% from 255) = 33.96%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=30.19%
G=33.96%
B=35.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961081140.160.0500.552008.5741.18
Hex606C72105037c8929
Octal1401541622050673101151
Binary110000011011001110010100001010110111110010001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #606C72;
 }
 .AnyTagClassName
 {
   color: #606C72;
 }
</style>
background-color css

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

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

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

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

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

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