#63A699

Color #63A699 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #63A699

Tints of Keppel #63A699

Color information

#63A699 (or 0x63A699) is unknown color: approx Keppel. HEX triplet: 63, A6 and 99. RGB value is (99,166,153). Sum of RGB (Red+Green+Blue) = 99+166+153=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 166 - color contains mainly: green. Hex color #63A699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A699 is #9C5966. Grayscale: #909090. Windows color (decimal): -10246503 or 10069603. OLE color: 10069603.

HSL color Cylindrical-coordinate representation of color #63A699: hue angle of 168.36º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63A699 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB99166153-
CMYK0.4000.080.35
HSL168.36º27.35%51.96%-
HSV(B)168.36º40.36%65.1%-
XYZ24.5332.2235.06-
YUV144.48132.895.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.68%
GREEN value IS 166 (65.23% from 255) = 39.71%
BLUE value IS 153 (60.16% from 255) = 36.60%
R=23.68%
G=39.71%
B=36.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal991661530.4000.080.35168.3627.3551.96
Hex63A699280823a81b34
Octal14324623150010432503364
Binary11000111010011010011001101000010001000111010100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63A699; }

 p { color: rgb(99,166,153); }

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

<style>
 a { background-color: #63A699; }

 a { background-color: rgb(99,166,153); }

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

<style>
 span { border-color: #63A699; }

 span { border-color: rgb(99,166,153); }

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