#68748B

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

Shades of Waikawa Grey #68748B

Tints of Waikawa Grey #68748B

Color information

#68748B (or 0x68748B) is unknown color: approx Waikawa Grey. HEX triplet: 68, 74 and 8B. RGB value is (104,116,139). Sum of RGB (Red+Green+Blue) = 104+116+139=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #68748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68748B is #978B74. Grayscale: #727272. Windows color (decimal): -9931637 or 9139304. OLE color: 9139304.

HSL color Cylindrical-coordinate representation of color #68748B: hue angle of 219.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68748B is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB104116139-
CMYK0.250.1700.45
HSL219.43º14.4%47.65%-
HSV(B)219.43º25.18%54.51%-
XYZ16.6117.326.89-
YUV115.03141.52120.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 139 (54.69% from 255) = 38.72%
R=28.97%
G=32.31%
B=38.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041161390.250.1700.45219.4314.447.65
Hex68748B191102Ddbe30
Octal15016421331210553331660
Binary110100011101001000101111001100010101101110110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68748B; }

 p { color: rgb(104,116,139); }

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

<style>
 a { background-color: #68748B; }

 a { background-color: rgb(104,116,139); }

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

<style>
 span { border-color: #68748B; }

 span { border-color: rgb(104,116,139); }

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