#65769B

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

Shades of Waikawa Grey #65769B

Tints of Waikawa Grey #65769B

Color information

#65769B (or 0x65769B) is unknown color: approx Waikawa Grey. HEX triplet: 65, 76 and 9B. RGB value is (101,118,155). Sum of RGB (Red+Green+Blue) = 101+118+155=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #65769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65769B is #9A8964. Grayscale: #747474. Windows color (decimal): -10127717 or 10188389. OLE color: 10188389.

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

Color convert

RGB101118155-
CMYK0.350.2400.39
HSL221.11º21.26%50.2%-
HSV(B)221.11º34.84%60.78%-
XYZ17.7618.0933.57-
YUV117.14149.37116.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 118 (46.48% from 255) = 31.55%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=27.01%
G=31.55%
B=41.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011181550.350.2400.39221.1121.2650.2
Hex65769B2318027dd1532
Octal14516623343300473352562
Binary11001011110110100110111000111100001001111101110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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