#63699A

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

Shades of Waikawa Grey #63699A

Tints of Waikawa Grey #63699A

Color information

#63699A (or 0x63699A) is unknown color: approx Waikawa Grey. HEX triplet: 63, 69 and 9A. RGB value is (99,105,154). Sum of RGB (Red+Green+Blue) = 99+105+154=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 154 (60.55% from 255 or 43.02% from 358); Max value from RGB is 154 - color contains mainly: blue. Hex color #63699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63699A is #9C9665. Grayscale: #6C6C6C. Windows color (decimal): -10262118 or 10119523. OLE color: 10119523.

HSL color Cylindrical-coordinate representation of color #63699A: hue angle of 233.45º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63699A is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB99105154-
CMYK0.360.3200.40
HSL233.45º21.74%49.61%-
HSV(B)233.45º35.71%60.39%-
XYZ16.0315.0932.64-
YUV108.79153.51121.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.65%
GREEN value IS 105 (41.41% from 255) = 29.33%
BLUE value IS 154 (60.55% from 255) = 43.02%
R=27.65%
G=29.33%
B=43.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991051540.360.3200.40233.4521.7449.61
Hex63699A2420028e91632
Octal14315123244400503512662
Binary110001111010011001101010010010000001010001110100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63699A; }

 p { color: rgb(99,105,154); }

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

<style>
 a { background-color: #63699A; }

 a { background-color: rgb(99,105,154); }

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

<style>
 span { border-color: #63699A; }

 span { border-color: rgb(99,105,154); }

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