#67769C

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

Shades of Waikawa Grey #67769C

Tints of Waikawa Grey #67769C

Color information

#67769C (or 0x67769C) is unknown color: approx Waikawa Grey. HEX triplet: 67, 76 and 9C. RGB value is (103,118,156). Sum of RGB (Red+Green+Blue) = 103+118+156=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #67769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67769C is #988963. Grayscale: #757575. Windows color (decimal): -9996644 or 10253927. OLE color: 10253927.

HSL color Cylindrical-coordinate representation of color #67769C: hue angle of 223.02º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67769C is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB103118156-
CMYK0.340.2400.39
HSL223.02º21.12%50.78%-
HSV(B)223.02º33.97%61.18%-
XYZ18.0718.2434.02-
YUV117.85149.53117.41-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.32%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 156 (61.33% from 255) = 41.38%
R=27.32%
G=31.30%
B=41.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1031181560.340.2400.39223.0221.1250.78
Hex67769C2218027df1533
Octal14716623442300473372563
Binary11001111110110100111001000101100001001111101111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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