#60668E

Color #60668E Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #60668E

Tints of Waikawa Grey #60668E

Color information

#60668E (or 0x60668E) is unknown color: approx Waikawa Grey. HEX triplet: 60, 66 and 8E. RGB value is (96,102,142). Sum of RGB (Red+Green+Blue) = 96+102+142=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 142 (55.86% from 255 or 41.76% from 340); Max value from RGB is 142 - color contains mainly: blue. Hex color #60668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60668E is #9F9971. Grayscale: #686868. Windows color (decimal): -10459506 or 9332320. OLE color: 9332320.

HSL color Cylindrical-coordinate representation of color #60668E: hue angle of 232.17º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60668E is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96102142-
CMYK0.320.2800.44
HSL232.17º19.33%46.67%-
HSV(B)232.17º32.39%55.69%-
XYZ14.4613.9427.52-
YUV104.77149.01121.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 142 (55.86% from 255) = 41.76%
R=28.24%
G=30%
B=41.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961021420.320.2800.44232.1719.3346.67
Hex60668E201C02Ce8132f
Octal14014621640340543502357
Binary11000001100110100011101000001110001011001110100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60668E; }

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

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

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

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

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

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

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

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