#63688E

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

Shades of Waikawa Grey #63688E

Tints of Waikawa Grey #63688E

Color information

#63688E (or 0x63688E) is unknown color: approx Waikawa Grey. HEX triplet: 63, 68 and 8E. RGB value is (99,104,142). Sum of RGB (Red+Green+Blue) = 99+104+142=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #63688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63688E is #9C9771. Grayscale: #6A6A6A. Windows color (decimal): -10262386 or 9332835. OLE color: 9332835.

HSL color Cylindrical-coordinate representation of color #63688E: hue angle of 233.02º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63688E is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB99104142-
CMYK0.300.2700.44
HSL233.02º17.84%47.25%-
HSV(B)233.02º30.28%55.69%-
XYZ14.9814.5127.6-
YUV106.84147.84122.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.70%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 142 (55.86% from 255) = 41.16%
R=28.70%
G=30.14%
B=41.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991041420.300.2700.44233.0217.8447.25
Hex63688E1E1B02Ce9122f
Octal14315021636330543512257
Binary1100011110100010001110111101101101011001110100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63688E; }

 p { color: rgb(99,104,142); }

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

<style>
 a { background-color: #63688E; }

 a { background-color: rgb(99,104,142); }

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

<style>
 span { border-color: #63688E; }

 span { border-color: rgb(99,104,142); }

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