#677195

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

Shades of Waikawa Grey #677195

Tints of Waikawa Grey #677195

Color information

#677195 (or 0x677195) is unknown color: approx Waikawa Grey. HEX triplet: 67, 71 and 95. RGB value is (103,113,149). Sum of RGB (Red+Green+Blue) = 103+113+149=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 113 (44.53% from 255 or 30.96% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #677195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677195 is #988E6A. Grayscale: #717171. Windows color (decimal): -9997931 or 9793895. OLE color: 9793895.

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

Color convert

RGB103113149-
CMYK0.310.2400.42
HSL226.96º18.25%49.41%-
HSV(B)226.96º30.87%58.43%-
XYZ16.9216.8630.8-
YUV114.11147.69120.07-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.22%
GREEN value IS 113 (44.53% from 255) = 30.96%
BLUE value IS 149 (58.59% from 255) = 40.82%
R=28.22%
G=30.96%
B=40.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1031131490.310.2400.42226.9618.2549.41
Hex6771951F1802Ae31231
Octal14716122537300523432261
Binary1100111111000110010101111111100001010101110001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677195; }

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

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

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

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

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

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

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

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