#666B88

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

Shades of Waikawa Grey #666B88

Tints of Waikawa Grey #666B88

Color information

#666B88 (or 0x666B88) is unknown color: approx Waikawa Grey. HEX triplet: 66, 6B and 88. RGB value is (102,107,136). Sum of RGB (Red+Green+Blue) = 102+107+136=345 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.57% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 136 - color contains mainly: blue. Hex color #666B88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666B88 is #999477. Grayscale: #6C6C6C. Windows color (decimal): -10065016 or 8940390. OLE color: 8940390.

HSL color Cylindrical-coordinate representation of color #666B88: hue angle of 231.18º 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 #666B88 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB102107136-
CMYK0.250.2100.47
HSL231.18º14.29%46.67%-
HSV(B)231.18º25%53.33%-
XYZ15.1815.1225.41-
YUV108.81143.34123.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.57%
GREEN value IS 107 (42.19% from 255) = 31.01%
BLUE value IS 136 (53.52% from 255) = 39.42%
R=29.57%
G=31.01%
B=39.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021071360.250.2100.47231.1814.2946.67
Hex666B88191502Fe7e2f
Octal14615321031250573471657
Binary110011011010111000100011001101010101111111001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666B88; }

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

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

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

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

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

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

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

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