#677793

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

Shades of Waikawa Grey #677793

Tints of Waikawa Grey #677793

Color information

#677793 (or 0x677793) is unknown color: approx Waikawa Grey. HEX triplet: 67, 77 and 93. RGB value is (103,119,147). Sum of RGB (Red+Green+Blue) = 103+119+147=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #677793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677793 is #98886C. Grayscale: #757575. Windows color (decimal): -9996397 or 9664359. OLE color: 9664359.

HSL color Cylindrical-coordinate representation of color #677793: hue angle of 218.18º 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 #677793 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB103119147-
CMYK0.300.1900.42
HSL218.18º17.6%49.02%-
HSV(B)218.18º29.93%57.65%-
XYZ17.4618.1830.19-
YUV117.41144.7117.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.91%
GREEN value IS 119 (46.88% from 255) = 32.25%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=27.91%
G=32.25%
B=39.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031191470.300.1900.42218.1817.649.02
Hex6777931E1302Ada1231
Octal14716722336230523322261
Binary1100111111011110010011111101001101010101101101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677793; }

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

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

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

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

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

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

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

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