#64688B

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

Shades of Waikawa Grey #64688B

Tints of Waikawa Grey #64688B

Color information

#64688B (or 0x64688B) is unknown color: approx Waikawa Grey. HEX triplet: 64, 68 and 8B. RGB value is (100,104,139). Sum of RGB (Red+Green+Blue) = 100+104+139=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 139 (54.69% from 255 or 40.52% from 343); Max value from RGB is 139 - color contains mainly: blue. Hex color #64688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64688B is #9B9774. Grayscale: #6A6A6A. Windows color (decimal): -10196853 or 9136228. OLE color: 9136228.

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

Color convert

RGB100104139-
CMYK0.280.2500.45
HSL233.85º16.32%46.86%-
HSV(B)233.85º28.06%54.51%-
XYZ14.8714.4726.44-
YUV106.79146.17123.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.15%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 139 (54.69% from 255) = 40.52%
R=29.15%
G=30.32%
B=40.52%

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
Decimal1001041390.280.2500.45233.8516.3246.86
Hex64688B1C1902Dea102f
Octal14415021334310553522057
Binary1100100110100010001011111001100101011011110101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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