#66799B

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

Shades of Waikawa Grey #66799B

Tints of Waikawa Grey #66799B

Color information

#66799B (or 0x66799B) is unknown color: approx Waikawa Grey. HEX triplet: 66, 79 and 9B. RGB value is (102,121,155). Sum of RGB (Red+Green+Blue) = 102+121+155=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #66799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66799B is #998664. Grayscale: #777777. Windows color (decimal): -10061413 or 10189158. OLE color: 10189158.

HSL color Cylindrical-coordinate representation of color #66799B: hue angle of 218.49º 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 #66799B is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB102121155-
CMYK0.340.2200.39
HSL218.49º20.95%50.39%-
HSV(B)218.49º34.19%60.78%-
XYZ18.2318.8733.69-
YUV119.2148.21115.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.98%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 155 (60.94% from 255) = 41.01%
R=26.98%
G=32.01%
B=41.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021211550.340.2200.39218.4920.9550.39
Hex66799B2216027da1532
Octal14617123342260473322562
Binary11001101111001100110111000101011001001111101101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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