#63768E

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

Shades of Waikawa Grey #63768E

Tints of Waikawa Grey #63768E

Color information

#63768E (or 0x63768E) is unknown color: approx Waikawa Grey. HEX triplet: 63, 76 and 8E. RGB value is (99,118,142). Sum of RGB (Red+Green+Blue) = 99+118+142=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #63768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63768E is #9C8971. Grayscale: #727272. Windows color (decimal): -10258802 or 9336419. OLE color: 9336419.

HSL color Cylindrical-coordinate representation of color #63768E: hue angle of 213.49º 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 #63768E is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB99118142-
CMYK0.300.1700.44
HSL213.49º17.84%47.25%-
HSV(B)213.49º30.28%55.69%-
XYZ16.5117.5628.11-
YUV115.06143.21116.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.58%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=27.58%
G=32.87%
B=39.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991181420.300.1700.44213.4917.8447.25
Hex63768E1E1102Cd5122f
Octal14316621636210543252257
Binary1100011111011010001110111101000101011001101010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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