#6EBA9D

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

Shades of Keppel #6EBA9D

Tints of Keppel #6EBA9D

Color information

#6EBA9D (or 0x6EBA9D) is unknown color: approx Keppel. HEX triplet: 6E, BA and 9D. RGB value is (110,186,157). Sum of RGB (Red+Green+Blue) = 110+186+157=453 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.28% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 186 - color contains mainly: green. Hex color #6EBA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBA9D is #914562. Grayscale: #A0A0A0. Windows color (decimal): -9520483 or 10336878. OLE color: 10336878.

HSL color Cylindrical-coordinate representation of color #6EBA9D: hue angle of 157.11º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EBA9D is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB110186157-
CMYK0.4100.160.27
HSL157.11º35.51%58.04%-
HSV(B)157.11º40.86%72.94%-
XYZ30.0840.8738.2-
YUV159.97126.3292.36-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.28%
GREEN value IS 186 (73.05% from 255) = 41.06%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=24.28%
G=41.06%
B=34.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101861570.4100.160.27157.1135.5158.04
Hex6EBA9D290101B9d243a
Octal15627223551020332354472
Binary110111010111010100111011010010100001101110011101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EBA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,186,157); }

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

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

 a { background-color: rgb(110,186,157); }

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

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

 span { border-color: rgb(110,186,157); }

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