#63769c

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

Shades of Waikawa Grey #63769C

Tints of Waikawa Grey #63769C

Color information

#63769C (or 0x63769C) is unknown color: approx Waikawa Grey. HEX triplet: 63, 76 and 9C. RGB value is (99,118,156). Sum of RGB (Red+Green+Blue) = 99+118+156=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 156 (61.33% from 255 or 41.82% from 373); Max value from RGB is 156 - color contains mainly: blue. Hex color #63769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63769C is #9C8963. Grayscale: #747474. Windows color (decimal): -10258788 or 10253923. OLE color: 10253923.

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

Color convert

RGB99118156-
CMYK0.370.2400.39
HSL220º22.35%50%-
HSV(B)220º36.54%61.18%-
XYZ17.6218.0134-
YUV116.65150.21115.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 156 (61.33% from 255) = 41.82%
R=26.54%
G=31.64%
B=41.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991181560.370.2400.3922022.3550
Hex63769C2518027dc1632
Octal14316623445300473342662
Binary11000111110110100111001001011100001001111101110010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63769c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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