#67789A

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

Shades of Waikawa Grey #67789A

Tints of Waikawa Grey #67789A

Color information

#67789A (or 0x67789A) is unknown color: approx Waikawa Grey. HEX triplet: 67, 78 and 9A. RGB value is (103,120,154). Sum of RGB (Red+Green+Blue) = 103+120+154=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 154 - color contains mainly: blue. Hex color #67789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #67789A is #988765. Grayscale: #767676. Windows color (decimal): -9996134 or 10123367. OLE color: 10123367.

HSL color Cylindrical-coordinate representation of color #67789A: hue angle of 220º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67789A is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB103120154-
CMYK0.330.2200.40
HSL220º20.16%50.39%-
HSV(B)220º33.12%60.39%-
XYZ18.1418.6533.22-
YUV118.79147.87116.74-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.32%
GREEN value IS 120 (47.27% from 255) = 31.83%
BLUE value IS 154 (60.55% from 255) = 40.85%
R=27.32%
G=31.83%
B=40.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1031201540.330.2200.4022020.1650.39
Hex67789A2116028dc1432
Octal14717023241260503342462
Binary11001111111000100110101000011011001010001101110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67789A; }

 p { color: rgb(103,120,154); }

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

<style>
 a { background-color: #67789A; }

 a { background-color: rgb(103,120,154); }

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

<style>
 span { border-color: #67789A; }

 span { border-color: rgb(103,120,154); }

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