#606668

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

Shades of Pale Sky #606668

Tints of Pale Sky #606668

Color information

#606668 (or 0x606668) is unknown color: approx Pale Sky. HEX triplet: 60, 66 and 68. RGB value is (96,102,104). Sum of RGB (Red+Green+Blue) = 96+102+104=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 104 - color contains mainly: blue. Hex color #606668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606668 is #9F9997. Grayscale: #646464. Windows color (decimal): -10459544 or 6841952. OLE color: 6841952.

HSL color Cylindrical-coordinate representation of color #606668: hue angle of 195º 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 #606668 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB96102104-
CMYK0.080.0200.59
HSL195º4%39.22%-
HSV(B)195º7.69%40.78%-
XYZ12.0712.9914.97-
YUV100.43130.01124.84-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.79%
GREEN value IS 102 (40.23% from 255) = 33.77%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=31.79%
G=33.77%
B=34.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal961021040.080.0200.59195439.22
Hex6066688203Bc3427
Octal140146150102073303447
Binary110000011001101101000100010011101111000011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606668; }

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

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

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

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

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

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

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

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