#677192

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

Shades of Waikawa Grey #677192

Tints of Waikawa Grey #677192

Color information

#677192 (or 0x677192) is unknown color: approx Waikawa Grey. HEX triplet: 67, 71 and 92. RGB value is (103,113,146). Sum of RGB (Red+Green+Blue) = 103+113+146=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #677192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677192 is #988E6D. Grayscale: #717171. Windows color (decimal): -9997934 or 9597287. OLE color: 9597287.

HSL color Cylindrical-coordinate representation of color #677192: hue angle of 226.05º 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 #677192 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB103113146-
CMYK0.290.2300.43
HSL226.05º17.27%48.82%-
HSV(B)226.05º29.45%57.25%-
XYZ16.6916.7729.55-
YUV113.77146.19120.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.45%
GREEN value IS 113 (44.53% from 255) = 31.22%
BLUE value IS 146 (57.42% from 255) = 40.33%
R=28.45%
G=31.22%
B=40.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031131460.290.2300.43226.0517.2748.82
Hex6771921D1702Be21131
Octal14716122235270533422161
Binary1100111111000110010010111011011101010111110001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677192; }

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

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

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

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

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

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

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

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