#677291

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

Shades of Waikawa Grey #677291

Tints of Waikawa Grey #677291

Color information

#677291 (or 0x677291) is unknown color: approx Waikawa Grey. HEX triplet: 67, 72 and 91. RGB value is (103,114,145). Sum of RGB (Red+Green+Blue) = 103+114+145=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 145 (57.03% from 255 or 40.06% from 362); Max value from RGB is 145 - color contains mainly: blue. Hex color #677291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677291 is #988D6E. Grayscale: #727272. Windows color (decimal): -9997679 or 9532007. OLE color: 9532007.

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

Color convert

RGB103114145-
CMYK0.290.2100.43
HSL224.29º16.94%48.63%-
HSV(B)224.29º28.97%56.86%-
XYZ16.7216.9629.18-
YUV114.24145.36119.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.45%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 145 (57.03% from 255) = 40.06%
R=28.45%
G=31.49%
B=40.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1031141450.290.2100.43224.2916.9448.63
Hex6772911D1502Be01131
Octal14716222135250533402161
Binary1100111111001010010001111011010101010111110000010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677291; }

 p { color: rgb(103,114,145); }

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

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

 a { background-color: rgb(103,114,145); }

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

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

 span { border-color: rgb(103,114,145); }

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