#667898

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

Shades of Waikawa Grey #667898

Tints of Waikawa Grey #667898

Color information

#667898 (or 0x667898) is unknown color: approx Waikawa Grey. HEX triplet: 66, 78 and 98. RGB value is (102,120,152). Sum of RGB (Red+Green+Blue) = 102+120+152=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 152 - color contains mainly: blue. Hex color #667898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667898 is #998767. Grayscale: #767676. Windows color (decimal): -10061672 or 9992294. OLE color: 9992294.

HSL color Cylindrical-coordinate representation of color #667898: hue angle of 218.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #667898 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB102120152-
CMYK0.330.2100.40
HSL218.4º19.69%49.8%-
HSV(B)218.4º32.89%59.61%-
XYZ17.8618.5232.34-
YUV118.27147.04116.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 120 (47.27% from 255) = 32.09%
BLUE value IS 152 (59.77% from 255) = 40.64%
R=27.27%
G=32.09%
B=40.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021201520.330.2100.40218.419.6949.8
Hex6678982115028da1432
Octal14617023041250503322462
Binary11001101111000100110001000011010101010001101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667898; }

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

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

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

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

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

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

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

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