#67769B

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

Shades of Waikawa Grey #67769B

Tints of Waikawa Grey #67769B

Color information

#67769B (or 0x67769B) is unknown color: approx Waikawa Grey. HEX triplet: 67, 76 and 9B. RGB value is (103,118,155). Sum of RGB (Red+Green+Blue) = 103+118+155=376 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.39% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #67769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67769B is #988964. Grayscale: #757575. Windows color (decimal): -9996645 or 10188391. OLE color: 10188391.

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

Color convert

RGB103118155-
CMYK0.340.2400.39
HSL222.69º20.63%50.59%-
HSV(B)222.69º33.55%60.78%-
XYZ17.9918.2133.58-
YUV117.73149.03117.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.39%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 155 (60.94% from 255) = 41.22%
R=27.39%
G=31.38%
B=41.22%

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
Decimal1031181550.340.2400.39222.6920.6350.59
Hex67769B2218027df1533
Octal14716623342300473372563
Binary11001111110110100110111000101100001001111101111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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