#677695

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

Shades of Waikawa Grey #677695

Tints of Waikawa Grey #677695

Color information

#677695 (or 0x677695) is unknown color: approx Waikawa Grey. HEX triplet: 67, 76 and 95. RGB value is (103,118,149). Sum of RGB (Red+Green+Blue) = 103+118+149=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 118 (46.48% from 255 or 31.89% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #677695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677695 is #98896A. Grayscale: #747474. Windows color (decimal): -9996651 or 9795175. OLE color: 9795175.

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

Color convert

RGB103118149-
CMYK0.310.2100.42
HSL220.43º18.25%49.41%-
HSV(B)220.43º30.87%58.43%-
XYZ17.518.0130.99-
YUV117.05146.03117.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.84%
GREEN value IS 118 (46.48% from 255) = 31.89%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=27.84%
G=31.89%
B=40.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031181490.310.2100.42220.4318.2549.41
Hex6776951F1502Adc1231
Octal14716622537250523342261
Binary1100111111011010010101111111010101010101101110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677695; }

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

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

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

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

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

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

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

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