#65789A

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

Shades of Waikawa Grey #65789A

Tints of Waikawa Grey #65789A

Color information

#65789A (or 0x65789A) is unknown color: approx Waikawa Grey. HEX triplet: 65, 78 and 9A. RGB value is (101,120,154). Sum of RGB (Red+Green+Blue) = 101+120+154=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 154 - color contains mainly: blue. Hex color #65789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65789A is #9A8765. Grayscale: #767676. Windows color (decimal): -10127206 or 10123365. OLE color: 10123365.

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

Color convert

RGB101120154-
CMYK0.340.2200.40
HSL218.49º20.78%50%-
HSV(B)218.49º34.42%60.39%-
XYZ17.9218.5333.2-
YUV118.2148.21115.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 120 (47.27% from 255) = 32%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=26.93%
G=32%
B=41.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011201540.340.2200.40218.4920.7850
Hex65789A2216028da1532
Octal14517023242260503322562
Binary11001011111000100110101000101011001010001101101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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