#6AB099

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

Shades of Keppel #6AB099

Tints of Keppel #6AB099

Color information

#6AB099 (or 0x6AB099) is unknown color: approx Keppel. HEX triplet: 6A, B0 and 99. RGB value is (106,176,153). Sum of RGB (Red+Green+Blue) = 106+176+153=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB099 is #954F66. Grayscale: #989898. Windows color (decimal): -9785191 or 10072170. OLE color: 10072170.

HSL color Cylindrical-coordinate representation of color #6AB099: hue angle of 160.29º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AB099 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB106176153-
CMYK0.4000.130.31
HSL160.29º30.7%55.29%-
HSV(B)160.29º39.77%69.02%-
XYZ27.2236.4135.73-
YUV152.45128.3194.87-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.37%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 153 (60.16% from 255) = 35.17%
R=24.37%
G=40.46%
B=35.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061761530.4000.130.31160.2930.755.29
Hex6AB099280D1Fa01f37
Octal15226023150015372403767
Binary1101010101100001001100110100001101111111010000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AB099; }

 p { color: rgb(106,176,153); }

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

<style>
 a { background-color: #6AB099; }

 a { background-color: rgb(106,176,153); }

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

<style>
 span { border-color: #6AB099; }

 span { border-color: rgb(106,176,153); }

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