#68769B

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

Shades of Waikawa Grey #68769B

Tints of Waikawa Grey #68769B

Color information

#68769B (or 0x68769B) is unknown color: approx Waikawa Grey. HEX triplet: 68, 76 and 9B. RGB value is (104,118,155). Sum of RGB (Red+Green+Blue) = 104+118+155=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #68769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68769B is #978964. Grayscale: #757575. Windows color (decimal): -9931109 or 10188392. OLE color: 10188392.

HSL color Cylindrical-coordinate representation of color #68769B: hue angle of 223.53º 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 #68769B is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB104118155-
CMYK0.330.2400.39
HSL223.53º20.32%50.78%-
HSV(B)223.53º32.9%60.78%-
XYZ18.118.2733.58-
YUV118.03148.86117.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.59%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=27.59%
G=31.30%
B=41.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041181550.330.2400.39223.5320.3250.78
Hex68769B2118027e01433
Octal15016623341300473402463
Binary11010001110110100110111000011100001001111110000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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