#677693

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

Shades of Waikawa Grey #677693

Tints of Waikawa Grey #677693

Color information

#677693 (or 0x677693) is unknown color: approx Waikawa Grey. HEX triplet: 67, 76 and 93. RGB value is (103,118,147). Sum of RGB (Red+Green+Blue) = 103+118+147=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #677693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677693 is #98896C. Grayscale: #747474. Windows color (decimal): -9996653 or 9664103. OLE color: 9664103.

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

Color convert

RGB103118147-
CMYK0.300.2000.42
HSL219.55º17.6%49.02%-
HSV(B)219.55º29.93%57.65%-
XYZ17.3417.9530.15-
YUV116.82145.03118.14-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.99%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=27.99%
G=32.07%
B=39.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031181470.300.2000.42219.5517.649.02
Hex6776931E1402Adc1231
Octal14716622336240523342261
Binary1100111111011010010011111101010001010101101110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677693; }

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

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

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

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

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

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

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

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