#67739f

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

Shades of Waikawa Grey #67739F

Tints of Waikawa Grey #67739F

Color information

#67739F (or 0x67739F) is unknown color: approx Waikawa Grey. HEX triplet: 67, 73 and 9F. RGB value is (103,115,159). Sum of RGB (Red+Green+Blue) = 103+115+159=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #67739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67739F is #988C60. Grayscale: #747474. Windows color (decimal): -9997409 or 10449767. OLE color: 10449767.

HSL color Cylindrical-coordinate representation of color #67739F: hue angle of 227.14º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #67739F is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB103115159-
CMYK0.350.2800.38
HSL227.14º22.58%51.37%-
HSV(B)227.14º35.22%62.35%-
XYZ17.9817.6535.26-
YUV116.43152.02118.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.32%
GREEN value IS 115 (45.31% from 255) = 30.50%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=27.32%
G=30.50%
B=42.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031151590.350.2800.38227.1422.5851.37
Hex67739F231C026e31733
Octal14716323743340463432763
Binary11001111110011100111111000111110001001101110001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67739f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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