#667287

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

Shades of Waikawa Grey #667287

Tints of Waikawa Grey #667287

Color information

#667287 (or 0x667287) is unknown color: approx Waikawa Grey. HEX triplet: 66, 72 and 87. RGB value is (102,114,135). Sum of RGB (Red+Green+Blue) = 102+114+135=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 135 - color contains mainly: blue. Hex color #667287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667287 is #998D78. Grayscale: #707070. Windows color (decimal): -10063225 or 8876646. OLE color: 8876646.

HSL color Cylindrical-coordinate representation of color #667287: hue angle of 218.18º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #667287 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB102114135-
CMYK0.240.1600.47
HSL218.18º13.92%46.47%-
HSV(B)218.18º24.44%52.94%-
XYZ15.8716.6125.29-
YUV112.81140.52120.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.06%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 135 (53.12% from 255) = 38.46%
R=29.06%
G=32.48%
B=38.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021141350.240.1600.47218.1813.9246.47
Hex667287181002Fdae2e
Octal14616220730200573321656
Binary110011011100101000011111000100000101111110110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667287; }

 p { color: rgb(102,114,135); }

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

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

 a { background-color: rgb(102,114,135); }

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

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

 span { border-color: rgb(102,114,135); }

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