#68749B

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

Shades of Waikawa Grey #68749B

Tints of Waikawa Grey #68749B

Color information

#68749B (or 0x68749B) is unknown color: approx Waikawa Grey. HEX triplet: 68, 74 and 9B. RGB value is (104,116,155). Sum of RGB (Red+Green+Blue) = 104+116+155=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #68749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68749B is #978B64. Grayscale: #747474. Windows color (decimal): -9931621 or 10187880. OLE color: 10187880.

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

Color convert

RGB104116155-
CMYK0.330.2500.39
HSL225.88º20.32%50.78%-
HSV(B)225.88º32.9%60.78%-
XYZ17.8717.833.5-
YUV116.86149.52118.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=27.73%
G=30.93%
B=41.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041161550.330.2500.39225.8820.3250.78
Hex68749B2119027e21433
Octal15016423341310473422463
Binary11010001110100100110111000011100101001111110001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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