#63688B

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

Shades of Waikawa Grey #63688B

Tints of Waikawa Grey #63688B

Color information

#63688B (or 0x63688B) is unknown color: approx Waikawa Grey. HEX triplet: 63, 68 and 8B. RGB value is (99,104,139). Sum of RGB (Red+Green+Blue) = 99+104+139=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #63688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63688B is #9C9774. Grayscale: #6A6A6A. Windows color (decimal): -10262389 or 9136227. OLE color: 9136227.

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

Color convert

RGB99104139-
CMYK0.290.2500.45
HSL232.5º16.81%46.67%-
HSV(B)232.5º28.78%54.51%-
XYZ14.7614.4226.43-
YUV106.5146.34122.65-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=28.95%
G=30.41%
B=40.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991041390.290.2500.45232.516.8146.67
Hex63688B1D1902De8112f
Octal14315021335310553502157
Binary1100011110100010001011111011100101011011110100010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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