#65688D

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

Shades of Waikawa Grey #65688D

Tints of Waikawa Grey #65688D

Color information

#65688D (or 0x65688D) is unknown color: approx Waikawa Grey. HEX triplet: 65, 68 and 8D. RGB value is (101,104,141). Sum of RGB (Red+Green+Blue) = 101+104+141=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 141 - color contains mainly: blue. Hex color #65688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65688D is #9A9772. Grayscale: #6B6B6B. Windows color (decimal): -10131315 or 9267301. OLE color: 9267301.

HSL color Cylindrical-coordinate representation of color #65688D: hue angle of 235.5º degrees, saturation: 0.17, 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 #65688D is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB101104141-
CMYK0.280.2600.45
HSL235.5º16.53%47.45%-
HSV(B)235.5º28.37%55.29%-
XYZ15.1214.5927.22-
YUV107.32147.01123.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.19%
GREEN value IS 104 (41.02% from 255) = 30.06%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=29.19%
G=30.06%
B=40.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1011041410.280.2600.45235.516.5347.45
Hex65688D1C1A02Dec112f
Octal14515021534320553542157
Binary1100101110100010001101111001101001011011110110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65688D; }

 p { color: rgb(101,104,141); }

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

<style>
 a { background-color: #65688D; }

 a { background-color: rgb(101,104,141); }

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

<style>
 span { border-color: #65688D; }

 span { border-color: rgb(101,104,141); }

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