#67718E

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

Shades of Waikawa Grey #67718E

Tints of Waikawa Grey #67718E

Color information

#67718E (or 0x67718E) is unknown color: approx Waikawa Grey. HEX triplet: 67, 71 and 8E. RGB value is (103,113,142). Sum of RGB (Red+Green+Blue) = 103+113+142=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #67718E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67718E is #988E71. Grayscale: #717171. Windows color (decimal): -9997938 or 9335143. OLE color: 9335143.

HSL color Cylindrical-coordinate representation of color #67718E: hue angle of 224.62º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #67718E is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB103113142-
CMYK0.270.2000.44
HSL224.62º15.92%48.04%-
HSV(B)224.62º27.46%55.69%-
XYZ16.3816.6527.94-
YUV113.32144.19120.64-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 28.77%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=28.77%
G=31.56%
B=39.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031131420.270.2000.44224.6215.9248.04
Hex67718E1B1402Ce11030
Octal14716121633240543412060
Binary1100111111000110001110110111010001011001110000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67718E; }

 p { color: rgb(103,113,142); }

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

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

 a { background-color: rgb(103,113,142); }

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

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

 span { border-color: rgb(103,113,142); }

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