#606768

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

Shades of Pale Sky #606768

Tints of Pale Sky #606768

Color information

#606768 (or 0x606768) is unknown color: approx Pale Sky. HEX triplet: 60, 67 and 68. RGB value is (96,103,104). Sum of RGB (Red+Green+Blue) = 96+103+104=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 103 (40.62% from 255 or 33.99% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 104 - color contains mainly: blue. Hex color #606768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606768 is #9F9897. Grayscale: #656565. Windows color (decimal): -10459288 or 6842208. OLE color: 6842208.

HSL color Cylindrical-coordinate representation of color #606768: hue angle of 187.5º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #606768 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB96103104-
CMYK0.080.0100.59
HSL187.5º4%39.22%-
HSV(B)187.5º7.69%40.78%-
XYZ12.1713.1915-
YUV101.02129.68124.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 103 (40.62% from 255) = 33.99%
BLUE value IS 104 (41.02% from 255) = 34.32%
R=31.68%
G=33.99%
B=34.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal961031040.080.0100.59187.5439.22
Hex6067688103Bbb427
Octal140147150101073273447
Binary11000001100111110100010001011101110111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606768; }

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

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

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

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

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

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

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

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