#64688D

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

Shades of Waikawa Grey #64688D

Tints of Waikawa Grey #64688D

Color information

#64688D (or 0x64688D) is unknown color: approx Waikawa Grey. HEX triplet: 64, 68 and 8D. RGB value is (100,104,141). Sum of RGB (Red+Green+Blue) = 100+104+141=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #64688D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64688D is #9B9772. Grayscale: #6A6A6A. Windows color (decimal): -10196851 or 9267300. OLE color: 9267300.

HSL color Cylindrical-coordinate representation of color #64688D: hue angle of 234.15º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64688D is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100104141-
CMYK0.290.2600.45
HSL234.15º17.01%47.25%-
HSV(B)234.15º29.08%55.29%-
XYZ15.0114.5327.21-
YUV107.02147.17122.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.99%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=28.99%
G=30.14%
B=40.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001041410.290.2600.45234.1517.0147.25
Hex64688D1D1A02Dea112f
Octal14415021535320553522157
Binary1100100110100010001101111011101001011011110101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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