#63A698

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

Shades of Keppel #63A698

Tints of Keppel #63A698

Color information

#63A698 (or 0x63A698) is unknown color: approx Keppel. HEX triplet: 63, A6 and 98. RGB value is (99,166,152). Sum of RGB (Red+Green+Blue) = 99+166+152=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 166 - color contains mainly: green. Hex color #63A698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63A698 is #9C5967. Grayscale: #909090. Windows color (decimal): -10246504 or 10004067. OLE color: 10004067.

HSL color Cylindrical-coordinate representation of color #63A698: hue angle of 167.46º 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 #63A698 is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB99166152-
CMYK0.4000.080.35
HSL167.46º27.35%51.96%-
HSV(B)167.46º40.36%65.1%-
XYZ24.4532.1934.63-
YUV144.37132.395.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.74%
GREEN value IS 166 (65.23% from 255) = 39.81%
BLUE value IS 152 (59.77% from 255) = 36.45%
R=23.74%
G=39.81%
B=36.45%

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
Decimal991661520.4000.080.35167.4627.3551.96
Hex63A698280823a71b34
Octal14324623050010432473364
Binary11000111010011010011000101000010001000111010011111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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