#677592

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

Shades of Waikawa Grey #677592

Tints of Waikawa Grey #677592

Color information

#677592 (or 0x677592) is unknown color: approx Waikawa Grey. HEX triplet: 67, 75 and 92. RGB value is (103,117,146). Sum of RGB (Red+Green+Blue) = 103+117+146=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #677592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677592 is #988A6D. Grayscale: #737373. Windows color (decimal): -9996910 or 9598311. OLE color: 9598311.

HSL color Cylindrical-coordinate representation of color #677592: hue angle of 220.47º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #677592 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB103117146-
CMYK0.290.2000.43
HSL220.47º17.27%48.82%-
HSV(B)220.47º29.45%57.25%-
XYZ17.1417.6829.7-
YUV116.12144.86118.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.14%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=28.14%
G=31.97%
B=39.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031171460.290.2000.43220.4717.2748.82
Hex6775921D1402Bdc1131
Octal14716522235240533342161
Binary1100111111010110010010111011010001010111101110010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677592; }

 p { color: rgb(103,117,146); }

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

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

 a { background-color: rgb(103,117,146); }

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

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

 span { border-color: rgb(103,117,146); }

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