#63769B

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

Shades of Waikawa Grey #63769B

Tints of Waikawa Grey #63769B

Color information

#63769B (or 0x63769B) is unknown color: approx Waikawa Grey. HEX triplet: 63, 76 and 9B. RGB value is (99,118,155). Sum of RGB (Red+Green+Blue) = 99+118+155=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 155 - color contains mainly: blue. Hex color #63769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63769B is #9C8964. Grayscale: #747474. Windows color (decimal): -10258789 or 10188387. OLE color: 10188387.

HSL color Cylindrical-coordinate representation of color #63769B: hue angle of 219.64º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #63769B is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB99118155-
CMYK0.360.2400.39
HSL219.64º22.05%49.8%-
HSV(B)219.64º36.13%60.78%-
XYZ17.5417.9833.56-
YUV116.54149.71115.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.61%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 155 (60.94% from 255) = 41.67%
R=26.61%
G=31.72%
B=41.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991181550.360.2400.39219.6422.0549.8
Hex63769B2418027dc1632
Octal14316623344300473342662
Binary11000111110110100110111001001100001001111101110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,118,155); }

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

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

 a { background-color: rgb(99,118,155); }

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

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

 span { border-color: rgb(99,118,155); }

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