#67739D

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

Shades of Waikawa Grey #67739D

Tints of Waikawa Grey #67739D

Color information

#67739D (or 0x67739D) is unknown color: approx Waikawa Grey. HEX triplet: 67, 73 and 9D. RGB value is (103,115,157). Sum of RGB (Red+Green+Blue) = 103+115+157=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #67739D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67739D is #988C62. Grayscale: #747474. Windows color (decimal): -9997411 or 10318695. OLE color: 10318695.

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

Color convert

RGB103115157-
CMYK0.340.2700.38
HSL226.67º21.6%50.98%-
HSV(B)226.67º34.39%61.57%-
XYZ17.8117.5834.35-
YUV116.2151.02118.58-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.47%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=27.47%
G=30.67%
B=41.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1031151570.340.2700.38226.6721.650.98
Hex67739D221B026e31633
Octal14716323542330463432663
Binary11001111110011100111011000101101101001101110001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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