#63758F

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

Shades of Waikawa Grey #63758F

Tints of Waikawa Grey #63758F

Color information

#63758F (or 0x63758F) is unknown color: approx Waikawa Grey. HEX triplet: 63, 75 and 8F. RGB value is (99,117,143). Sum of RGB (Red+Green+Blue) = 99+117+143=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 143 - color contains mainly: blue. Hex color #63758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63758F is #9C8A70. Grayscale: #727272. Windows color (decimal): -10259057 or 9401699. OLE color: 9401699.

HSL color Cylindrical-coordinate representation of color #63758F: hue angle of 215.45º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63758F is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB99117143-
CMYK0.310.1800.44
HSL215.45º18.18%47.45%-
HSV(B)215.45º30.77%56.08%-
XYZ16.4617.3628.47-
YUV114.58144.04116.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.58%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 143 (56.25% from 255) = 39.83%
R=27.58%
G=32.59%
B=39.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991171430.310.1800.44215.4518.1847.45
Hex63758F1F1202Cd7122f
Octal14316521737220543272257
Binary1100011111010110001111111111001001011001101011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63758F; }

 p { color: rgb(99,117,143); }

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

<style>
 a { background-color: #63758F; }

 a { background-color: rgb(99,117,143); }

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

<style>
 span { border-color: #63758F; }

 span { border-color: rgb(99,117,143); }

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