#65698C

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

Shades of Waikawa Grey #65698C

Tints of Waikawa Grey #65698C

Color information

#65698C (or 0x65698C) is unknown color: approx Waikawa Grey. HEX triplet: 65, 69 and 8C. RGB value is (101,105,140). Sum of RGB (Red+Green+Blue) = 101+105+140=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #65698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65698C is #9A9673. Grayscale: #6B6B6B. Windows color (decimal): -10131060 or 9202021. OLE color: 9202021.

HSL color Cylindrical-coordinate representation of color #65698C: hue angle of 233.85º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65698C is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB101105140-
CMYK0.280.2500.45
HSL233.85º16.18%47.25%-
HSV(B)233.85º27.86%54.9%-
XYZ15.1514.7626.86-
YUV107.79146.17123.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.19%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 140 (55.08% from 255) = 40.46%
R=29.19%
G=30.35%
B=40.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011051400.280.2500.45233.8516.1847.25
Hex65698C1C1902Dea102f
Octal14515121434310553522057
Binary1100101110100110001100111001100101011011110101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,105,140); }

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

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

 a { background-color: rgb(101,105,140); }

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

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

 span { border-color: rgb(101,105,140); }

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