#67739A

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

Shades of Waikawa Grey #67739A

Tints of Waikawa Grey #67739A

Color information

#67739A (or 0x67739A) is unknown color: approx Waikawa Grey. HEX triplet: 67, 73 and 9A. RGB value is (103,115,154). Sum of RGB (Red+Green+Blue) = 103+115+154=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #67739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67739A is #988C65. Grayscale: #737373. Windows color (decimal): -9997414 or 10122087. OLE color: 10122087.

HSL color Cylindrical-coordinate representation of color #67739A: hue angle of 225.88º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67739A is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB103115154-
CMYK0.330.2500.40
HSL225.88º20.16%50.39%-
HSV(B)225.88º33.12%60.39%-
XYZ17.5617.4833.02-
YUV115.86149.52118.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.69%
GREEN value IS 115 (45.31% from 255) = 30.91%
BLUE value IS 154 (60.55% from 255) = 41.40%
R=27.69%
G=30.91%
B=41.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031151540.330.2500.40225.8820.1650.39
Hex67739A2119028e21432
Octal14716323241310503422462
Binary11001111110011100110101000011100101010001110001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67739A; }

 p { color: rgb(103,115,154); }

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

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

 a { background-color: rgb(103,115,154); }

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

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

 span { border-color: rgb(103,115,154); }

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