#667BA0

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

Shades of Waikawa Grey #667BA0

Tints of Waikawa Grey #667BA0

Color information

#667BA0 (or 0x667BA0) is unknown color: approx Waikawa Grey. HEX triplet: 66, 7B and A0. RGB value is (102,123,160). Sum of RGB (Red+Green+Blue) = 102+123+160=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 160 - color contains mainly: blue. Hex color #667BA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667BA0 is #99845F. Grayscale: #787878. Windows color (decimal): -10060896 or 10517350. OLE color: 10517350.

HSL color Cylindrical-coordinate representation of color #667BA0: hue angle of 218.28º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #667BA0 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB102123160-
CMYK0.360.2300.37
HSL218.28º23.39%51.37%-
HSV(B)218.28º36.25%62.75%-
XYZ18.9119.5336.03-
YUV120.94150.04114.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.49%
GREEN value IS 123 (48.44% from 255) = 31.95%
BLUE value IS 160 (62.89% from 255) = 41.56%
R=26.49%
G=31.95%
B=41.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1021231600.360.2300.37218.2823.3951.37
Hex667BA02417025da1733
Octal14617324044270453322763
Binary11001101111011101000001001001011101001011101101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667BA0; }

 p { color: rgb(102,123,160); }

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

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

 a { background-color: rgb(102,123,160); }

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

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

 span { border-color: rgb(102,123,160); }

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