#67729b

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

Shades of Waikawa Grey #67729B

Tints of Waikawa Grey #67729B

Color information

#67729B (or 0x67729B) is unknown color: approx Waikawa Grey. HEX triplet: 67, 72 and 9B. RGB value is (103,114,155). Sum of RGB (Red+Green+Blue) = 103+114+155=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #67729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67729B is #988D64. Grayscale: #737373. Windows color (decimal): -9997669 or 10187367. OLE color: 10187367.

HSL color Cylindrical-coordinate representation of color #67729B: hue angle of 227.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67729B is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB103114155-
CMYK0.340.2600.39
HSL227.31º20.63%50.59%-
HSV(B)227.31º33.55%60.78%-
XYZ17.5317.2833.42-
YUV115.38150.36119.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.69%
GREEN value IS 114 (44.92% from 255) = 30.65%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=27.69%
G=30.65%
B=41.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031141550.340.2600.39227.3120.6350.59
Hex67729B221A027e31533
Octal14716223342320473432563
Binary11001111110010100110111000101101001001111110001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67729b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67729b; }

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

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

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

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

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

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

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

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