#667794

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

Shades of Waikawa Grey #667794

Tints of Waikawa Grey #667794

Color information

#667794 (or 0x667794) is unknown color: approx Waikawa Grey. HEX triplet: 66, 77 and 94. RGB value is (102,119,148). Sum of RGB (Red+Green+Blue) = 102+119+148=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #667794 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667794 is #99886B. Grayscale: #757575. Windows color (decimal): -10061932 or 9729894. OLE color: 9729894.

HSL color Cylindrical-coordinate representation of color #667794: hue angle of 217.83º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #667794 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102119148-
CMYK0.310.2000.42
HSL217.83º18.4%49.02%-
HSV(B)217.83º31.08%58.04%-
XYZ17.4218.1630.6-
YUV117.22145.37117.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=27.64%
G=32.25%
B=40.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021191480.310.2000.42217.8318.449.02
Hex6677941F1402Ada1231
Octal14616722437240523322261
Binary1100110111011110010100111111010001010101101101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667794; }

 p { color: rgb(102,119,148); }

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

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

 a { background-color: rgb(102,119,148); }

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

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

 span { border-color: rgb(102,119,148); }

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