#667388

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

Shades of Waikawa Grey #667388

Tints of Waikawa Grey #667388

Color information

#667388 (or 0x667388) is unknown color: approx Waikawa Grey. HEX triplet: 66, 73 and 88. RGB value is (102,115,136). Sum of RGB (Red+Green+Blue) = 102+115+136=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #667388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667388 is #998C77. Grayscale: #717171. Windows color (decimal): -10062968 or 8942438. OLE color: 8942438.

HSL color Cylindrical-coordinate representation of color #667388: hue angle of 217.06º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #667388 is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB102115136-
CMYK0.250.1500.47
HSL217.06º14.29%46.67%-
HSV(B)217.06º25%53.33%-
XYZ16.0516.8625.7-
YUV113.51140.69119.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.90%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=28.90%
G=32.58%
B=38.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021151360.250.1500.47217.0614.2946.67
Hex66738819F02Fd9e2f
Octal14616321031170573311657
Binary11001101110011100010001100111110101111110110011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667388; }

 p { color: rgb(102,115,136); }

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

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

 a { background-color: rgb(102,115,136); }

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

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

 span { border-color: rgb(102,115,136); }

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