#66789B

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

Shades of Waikawa Grey #66789B

Tints of Waikawa Grey #66789B

Color information

#66789B (or 0x66789B) is unknown color: approx Waikawa Grey. HEX triplet: 66, 78 and 9B. RGB value is (102,120,155). Sum of RGB (Red+Green+Blue) = 102+120+155=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #66789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66789B is #998764. Grayscale: #767676. Windows color (decimal): -10061669 or 10188902. OLE color: 10188902.

HSL color Cylindrical-coordinate representation of color #66789B: hue angle of 219.62º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66789B is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102120155-
CMYK0.340.2300.39
HSL219.62º20.95%50.39%-
HSV(B)219.62º34.19%60.78%-
XYZ18.1118.6233.65-
YUV118.61148.54116.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.06%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=27.06%
G=31.83%
B=41.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021201550.340.2300.39219.6220.9550.39
Hex66789B2217027dc1532
Octal14617023342270473342562
Binary11001101111000100110111000101011101001111101110010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66789B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66789B; }

 p { color: rgb(102,120,155); }

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

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

 a { background-color: rgb(102,120,155); }

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

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

 span { border-color: rgb(102,120,155); }

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