#68769C

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

Shades of Waikawa Grey #68769C

Tints of Waikawa Grey #68769C

Color information

#68769C (or 0x68769C) is unknown color: approx Waikawa Grey. HEX triplet: 68, 76 and 9C. RGB value is (104,118,156). Sum of RGB (Red+Green+Blue) = 104+118+156=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #68769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68769C is #978963. Grayscale: #757575. Windows color (decimal): -9931108 or 10253928. OLE color: 10253928.

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

Color convert

RGB104118156-
CMYK0.330.2400.39
HSL223.85º20.8%50.98%-
HSV(B)223.85º33.33%61.18%-
XYZ18.1918.334.03-
YUV118.15149.36117.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.51%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=27.51%
G=31.22%
B=41.27%

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
Decimal1041181560.330.2400.39223.8520.850.98
Hex68769C2118027e01533
Octal15016623441300473402563
Binary11010001110110100111001000011100001001111110000010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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