#63768C

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

Shades of Waikawa Grey #63768C

Tints of Waikawa Grey #63768C

Color information

#63768C (or 0x63768C) is unknown color: approx Waikawa Grey. HEX triplet: 63, 76 and 8C. RGB value is (99,118,140). Sum of RGB (Red+Green+Blue) = 99+118+140=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #63768C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63768C is #9C8973. Grayscale: #727272. Windows color (decimal): -10258804 or 9205347. OLE color: 9205347.

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

Color convert

RGB99118140-
CMYK0.290.1600.45
HSL212.2º17.15%46.86%-
HSV(B)212.2º29.29%54.9%-
XYZ16.3617.527.33-
YUV114.83142.21116.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.73%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=27.73%
G=33.05%
B=39.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991181400.290.1600.45212.217.1546.86
Hex63768C1D1002Dd4112f
Octal14316621435200553242157
Binary1100011111011010001100111011000001011011101010010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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