#667A9D

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

Shades of Waikawa Grey #667A9D

Tints of Waikawa Grey #667A9D

Color information

#667A9D (or 0x667A9D) is unknown color: approx Waikawa Grey. HEX triplet: 66, 7A and 9D. RGB value is (102,122,157). Sum of RGB (Red+Green+Blue) = 102+122+157=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #667A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667A9D is #998562. Grayscale: #777777. Windows color (decimal): -10061155 or 10320486. OLE color: 10320486.

HSL color Cylindrical-coordinate representation of color #667A9D: hue angle of 218.18º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #667A9D is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB102122157-
CMYK0.350.2200.38
HSL218.18º21.91%50.78%-
HSV(B)218.18º35.03%61.57%-
XYZ18.5219.1834.62-
YUV120.01148.87115.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.77%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 157 (61.72% from 255) = 41.21%
R=26.77%
G=32.02%
B=41.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1021221570.350.2200.38218.1821.9150.78
Hex667A9D2316026da1633
Octal14617223543260463322663
Binary11001101111010100111011000111011001001101101101010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,122,157); }

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

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

 a { background-color: rgb(102,122,157); }

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

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

 span { border-color: rgb(102,122,157); }

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