#64698B

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

Shades of Waikawa Grey #64698B

Tints of Waikawa Grey #64698B

Color information

#64698B (or 0x64698B) is unknown color: approx Waikawa Grey. HEX triplet: 64, 69 and 8B. RGB value is (100,105,139). Sum of RGB (Red+Green+Blue) = 100+105+139=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #64698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64698B is #9B9674. Grayscale: #6B6B6B. Windows color (decimal): -10196597 or 9136484. OLE color: 9136484.

HSL color Cylindrical-coordinate representation of color #64698B: hue angle of 232.31º 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 #64698B is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100105139-
CMYK0.280.2400.45
HSL232.31º16.32%46.86%-
HSV(B)232.31º28.06%54.51%-
XYZ14.9714.6826.47-
YUV107.38145.84122.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.07%
GREEN value IS 105 (41.41% from 255) = 30.52%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=29.07%
G=30.52%
B=40.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001051390.280.2400.45232.3116.3246.86
Hex64698B1C1802De8102f
Octal14415121334300553502057
Binary1100100110100110001011111001100001011011110100010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,105,139); }

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

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

 a { background-color: rgb(100,105,139); }

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

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

 span { border-color: rgb(100,105,139); }

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