#667693

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

Shades of Waikawa Grey #667693

Tints of Waikawa Grey #667693

Color information

#667693 (or 0x667693) is unknown color: approx Waikawa Grey. HEX triplet: 66, 76 and 93. RGB value is (102,118,147). Sum of RGB (Red+Green+Blue) = 102+118+147=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #667693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667693 is #99896C. Grayscale: #747474. Windows color (decimal): -10062189 or 9664102. OLE color: 9664102.

HSL color Cylindrical-coordinate representation of color #667693: hue angle of 218.67º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #667693 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB102118147-
CMYK0.310.2000.42
HSL218.67º18.07%48.82%-
HSV(B)218.67º30.61%57.65%-
XYZ17.2217.8930.15-
YUV116.52145.2117.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.79%
GREEN value IS 118 (46.48% from 255) = 32.15%
BLUE value IS 147 (57.81% from 255) = 40.05%
R=27.79%
G=32.15%
B=40.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021181470.310.2000.42218.6718.0748.82
Hex6676931F1402Adb1231
Octal14616622337240523332261
Binary1100110111011010010011111111010001010101101101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667693; }

 p { color: rgb(102,118,147); }

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

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

 a { background-color: rgb(102,118,147); }

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

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

 span { border-color: rgb(102,118,147); }

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